/* line 4, app/assets/stylesheets/customers.scss */
.stoka-customer-form__tabs {
  margin-bottom: 0;
}

/* line 8, app/assets/stylesheets/customers.scss */
.stoka-customer-form__tab-panel {
  padding-top: 1.25rem;
}

/* line 12, app/assets/stylesheets/customers.scss */
.stoka-customer-form__nested-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

/* line 19, app/assets/stylesheets/customers.scss */
.stoka-customer-form__price-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  min-height: 0;
}

/* line 27, app/assets/stylesheets/customers.scss */
.stoka-customer-form__checkboxes {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

/* line 34, app/assets/stylesheets/customers.scss */
.stoka-customer-form__checkbox {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.875rem;
  color: var(--stoka-text);
  margin: 0;
}

/* line 43, app/assets/stylesheets/customers.scss */
.stoka-customer-form__checkbox [type="checkbox"] {
  margin-top: 0.15rem;
  flex-shrink: 0;
}

/* line 49, app/assets/stylesheets/customers.scss */
.stoka-customer-form__conditional {
  margin-top: 0.75rem;
}

/* line 53, app/assets/stylesheets/customers.scss */
.stoka-customer-form__color-input {
  width: 100%;
  max-width: 8rem;
  height: 2.5rem !important;
  padding: 0.25rem !important;
  cursor: pointer;
}

/* line 62, app/assets/stylesheets/customers.scss */
.stoka-customer-price-fields {
  display: block;
  padding: 1rem;
  margin-bottom: 0;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-surface);
  box-shadow: var(--stoka-shadow);
}

/* line 71, app/assets/stylesheets/customers.scss */
.stoka-customer-price-fields__toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0.75rem;
}

/* line 78, app/assets/stylesheets/customers.scss */
.stoka-customer-price-fields__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

@media (min-width: 600px) {
  /* line 78, app/assets/stylesheets/customers.scss */
  .stoka-customer-price-fields__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  /* line 78, app/assets/stylesheets/customers.scss */
  .stoka-customer-price-fields__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* line 92, app/assets/stylesheets/customers.scss */
.stoka-customer-price-fields--highlight {
  border: 2px solid var(--stoka-primary);
  box-shadow: 0 0 0 3px var(--stoka-primary-light);
  animation: stoka-price-highlight-pulse 1.5s ease-in-out 2;
}

@keyframes stoka-price-highlight-pulse {
  0%, 100% {
    box-shadow: 0 0 0 3px var(--stoka-primary-light);
  }
  50% {
    box-shadow: 0 0 0 6px var(--stoka-primary-light);
  }
}

/* line 104, app/assets/stylesheets/customers.scss */
.stoka-customer-form .tabs.stoka-tabs {
  margin-bottom: 0;
}

/* line 108, app/assets/stylesheets/customers.scss */
.stoka-customer-form .btn.stoka-btn-ghost .material-icons.left {
  float: none;
  margin-right: 0.25rem;
}

/* line 113, app/assets/stylesheets/customers.scss */
.stoka-customer-form .btn.stoka-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

/* line 119, app/assets/stylesheets/customers.scss */
#customer_color_company {
  margin-top: 0;
}
/* line 6, app/assets/stylesheets/flows.scss */
.flow-details {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/* line 14, app/assets/stylesheets/flows.scss */
.added_product {
  background-color: #ddd;
  padding: 10px !important;
}

/* line 19, app/assets/stylesheets/flows.scss */
.added_location {
  background-color: white;
  margin-bottom: 10px;
}

/* line 24, app/assets/stylesheets/flows.scss */
.added_stock {
  background-color: #ddd;
  margin-bottom: 10px;
  padding: 10px !important;
}
/* line 7, app/assets/stylesheets/home.scss */
.home_card_title {
  display: flex !important;
}

/* line 9, app/assets/stylesheets/home.scss */
.home_card_title i {
  margin-right: 15px;
}
/* line 1, app/assets/stylesheets/inventories.scss */
#inventoryModal {
  height: 80vh;
}

/* line 4, app/assets/stylesheets/inventories.scss */
#inventoryModal .modal-content {
  height: 100%;
}

/* line 8, app/assets/stylesheets/inventories.scss */
#inventoryModal form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 70%;
}

/* line 15, app/assets/stylesheets/inventories.scss */
#inventoryModal .select-dropdown {
  max-height: 200px !important;
  overflow-y: auto !important;
}

/* line 21, app/assets/stylesheets/inventories.scss */
.inventory-workspace {
  padding: 1.25rem;
}

/* line 25, app/assets/stylesheets/inventories.scss */
.inventory-workspace__header {
  margin-bottom: 1.25rem;
}

/* line 29, app/assets/stylesheets/inventories.scss */
.inventory-post-close {
  margin: 0 1.25rem 1rem;
  padding-top: 1.25rem;
}

/* line 34, app/assets/stylesheets/inventories.scss */
.inventory-post-close__prompt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
}

/* line 43, app/assets/stylesheets/inventories.scss */
.inventory-post-close__text {
  margin: 0;
  flex: 1 1 16rem;
}

/* line 48, app/assets/stylesheets/inventories.scss */
.inventory-post-close__notice {
  margin: 0;
}

/* line 52, app/assets/stylesheets/inventories.scss */
.inventory-workspace__filters-readonly {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.75rem;
  color: var(--stoka-text-muted);
  font-size: 0.875rem;
}

/* line 60, app/assets/stylesheets/inventories.scss */
.inventory-workspace__filters-readonly span {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

/* line 67, app/assets/stylesheets/inventories.scss */
.inventory-workspace__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1rem;
}

@media (max-width: 1200px) {
  /* line 67, app/assets/stylesheets/inventories.scss */
  .inventory-workspace__body {
    grid-template-columns: 1fr;
  }
}

/* line 77, app/assets/stylesheets/inventories.scss */
.inventory-progress {
  margin-top: 1rem;
}

/* line 81, app/assets/stylesheets/inventories.scss */
.inventory-progress__label {
  font-size: 0.875rem;
  color: var(--stoka-text-muted);
  margin-bottom: 0.35rem;
}

/* line 87, app/assets/stylesheets/inventories.scss */
.inventory-progress__bar {
  height: 8px;
  background: var(--stoka-border);
  border-radius: 999px;
  overflow: hidden;
}

/* line 93, app/assets/stylesheets/inventories.scss */
.inventory-progress__bar span {
  display: block;
  height: 100%;
  background: var(--stoka-primary);
  transition: width 0.2s ease;
}

/* line 101, app/assets/stylesheets/inventories.scss */
.inventory-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  align-items: center;
}

/* line 109, app/assets/stylesheets/inventories.scss */
.inventory-toolbar__search {
  flex: 1;
  min-width: 220px;
}

/* line 114, app/assets/stylesheets/inventories.scss */
.inventory-table-wrap {
  max-height: 60vh;
  overflow: auto;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius, 12px);
}

/* line 122, app/assets/stylesheets/inventories.scss */
.inventory-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--stoka-surface);
}

/* line 130, app/assets/stylesheets/inventories.scss */
.inventory-qty-input {
  width: 5.5rem;
  text-align: center;
}

/* line 135, app/assets/stylesheets/inventories.scss */
.inventory-location {
  font-size: 0.8125rem;
  color: var(--stoka-text-muted);
}

/* line 140, app/assets/stylesheets/inventories.scss */
.inventory-row--hidden {
  display: none;
}

/* line 144, app/assets/stylesheets/inventories.scss */
.inventory-gap--zero {
  color: var(--stoka-text-muted);
}

/* line 148, app/assets/stylesheets/inventories.scss */
.inventory-gap--warning {
  color: #b45309;
  font-weight: 600;
}

/* line 153, app/assets/stylesheets/inventories.scss */
.inventory-gap--danger {
  color: #b91c1c;
  font-weight: 700;
}

/* line 158, app/assets/stylesheets/inventories.scss */
.inventory-workspace__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--stoka-border);
}

/* line 169, app/assets/stylesheets/inventories.scss */
.inventory-workspace__actions-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* line 175, app/assets/stylesheets/inventories.scss */
.inventory-generate-flows {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 181, app/assets/stylesheets/inventories.scss */
.inventory-workspace__sidebar {
  padding: 1rem;
  align-self: start;
  position: sticky;
  top: 1rem;
}

/* line 188, app/assets/stylesheets/inventories.scss */
.inventory-sidebar__title {
  font-size: 1rem;
  margin: 0 0 1rem;
}

/* line 193, app/assets/stylesheets/inventories.scss */
.inventory-sidebar__block {
  margin-bottom: 1rem;
}

/* line 196, app/assets/stylesheets/inventories.scss */
.inventory-sidebar__block h4 {
  font-size: 0.875rem;
  margin: 0 0 0.5rem;
}

/* line 202, app/assets/stylesheets/inventories.scss */
.inventory-sidebar-table {
  font-size: 0.8125rem;
}

/* line 206, app/assets/stylesheets/inventories.scss */
.inventory-close-summary {
  margin: 1rem 0;
  padding-left: 1.25rem;
}

/* line 210, app/assets/stylesheets/inventories.scss */
.inventory-close-summary li {
  margin-bottom: 0.35rem;
}

/* line 215, app/assets/stylesheets/inventories.scss */
.inventory-close-warning {
  color: var(--stoka-text-muted);
  font-size: 0.875rem;
}

/* line 220, app/assets/stylesheets/inventories.scss */
.inventory_modal_title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1rem;
}

/* line 227, app/assets/stylesheets/inventories.scss */
.inventory-modal-errors .error {
  display: none;
  color: #b91c1c;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

/* line 233, app/assets/stylesheets/inventories.scss */
.inventory-modal-errors .error.is-visible {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

/* line 241, app/assets/stylesheets/inventories.scss */
.inventory-resume-list {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

/* line 246, app/assets/stylesheets/inventories.scss */
.inventory-resume-list li {
  margin-bottom: 0.5rem;
}

/* line 250, app/assets/stylesheets/inventories.scss */
.inventory-resume-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
  border: 1px solid var(--stoka-border);
  border-radius: 8px;
  text-decoration: none;
  color: var(--stoka-text);
}

/* line 260, app/assets/stylesheets/inventories.scss */
.inventory-resume-list a:hover {
  border-color: var(--stoka-primary);
}

/* line 266, app/assets/stylesheets/inventories.scss */
.inventory-index-progress {
  min-width: 120px;
}

/* line 269, app/assets/stylesheets/inventories.scss */
.inventory-index-progress__bar {
  height: 6px;
  background: var(--stoka-border);
  border-radius: 999px;
  overflow: hidden;
  margin-top: 0.25rem;
}

/* line 276, app/assets/stylesheets/inventories.scss */
.inventory-index-progress__bar span {
  display: block;
  height: 100%;
  background: var(--stoka-primary);
}

/* line 283, app/assets/stylesheets/inventories.scss */
.inventory-index-progress__label {
  font-size: 0.75rem;
  color: var(--stoka-text-muted);
}

/* line 289, app/assets/stylesheets/inventories.scss */
.inventory-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 1rem;
}
/* line 5, app/assets/stylesheets/locations.scss */
.location_product {
  display: flex;
  align-items: center;
  border: 1px solid lightgrey;
  margin: 10px !important;
}
/* ================================================================
   WMS Onboarding Tutorial Styles
   ================================================================ */

/* Backdrop */
.onboarding-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
}
.onboarding-backdrop {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.45);
  animation: onb-fade-in 0.3s ease;
}

/* Panel */
.onboarding-panel {
  position: relative;
  z-index: 9999;
  background: #fff;
  border-radius: 16px;
  width: 90%;
  max-width: 620px;
  max-height: 85vh;
  overflow-y: auto;
  animation: onb-slide-up 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* Header */
.onboarding-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px 24px 12px;
  border-bottom: 1px solid #eee;
}
.onboarding-header-icon {
  font-size: 40px;
  color: var(--stoka-primary, #2563eb);
  background: var(--stoka-primary-light, #dbeafe);
  border-radius: 50%;
  padding: 10px;
}
.onboarding-title {
  margin: 0 !important;
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
}
.onboarding-subtitle {
  margin: 2px 0 0;
  font-size: 0.9rem;
  color: #666;
}
.onboarding-close {
  margin-left: auto;
  color: #999;
  display: flex;
  align-items: center;
}
.onboarding-close:hover { color: #333; }

/* Progress bar */
.onboarding-progress {
  height: 4px;
  background: #e0e0e0;
  margin: 0;
}
.onboarding-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #60a5fa, #2563eb);
  border-radius: 2px;
  transition: width 0.5s ease;
}

/* Steps list */
.onboarding-steps {
  list-style: none;
  margin: 0;
  padding: 16px 24px;
}
.onboarding-step {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 12px;
  border-radius: 10px;
  margin-bottom: 6px;
  transition: background 0.2s, transform 0.2s;
  cursor: default;
}
.onboarding-step:hover {
  background: #f5f5f5;
  transform: translateX(4px);
}
.onboarding-step.step-done {
  opacity: 0.55;
}
.onboarding-step.step-done .onboarding-step-icon-wrap {
  background: #c8e6c9;
}
.onboarding-step.step-done .onboarding-step-icon-wrap i {
  color: #2e7d32;
}
.onboarding-step-icon-wrap {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #e3f2fd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.onboarding-step-icon-wrap i {
  font-size: 24px;
  color: #2563eb;
}
.onboarding-step-icon-wrap--highlight {
  background: #ffedd5;
}
.onboarding-step-icon-wrap--highlight i {
  color: #ea580c;
}
.onboarding-step-content {
  flex: 1;
  min-width: 0;
}
.onboarding-step-content strong {
  display: block;
  font-size: 0.95rem;
  color: #333;
}
.onboarding-step-content p {
  margin: 2px 0 0;
  font-size: 0.82rem;
  color: #777;
  line-height: 1.3;
}
.onboarding-step-btn {
  flex-shrink: 0;
  text-transform: none !important;
  font-size: 0.82rem;
  border-radius: 8px !important;
  padding: 0 14px;
}

/* Footer */
.onboarding-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px 20px;
  border-top: 1px solid #eee;
}
.onboarding-footer label {
  font-size: 0.85rem;
  color: #666;
}

/* Animations */
@keyframes onb-fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes onb-slide-up {
  from { opacity: 0; transform: translateY(40px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
/* Stoka — styles PDF documents imprimables (WickedPdf) */

* {
    box-sizing: border-box;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10.5pt;
    line-height: 1.55;
    color: #0f172a;
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.stoka-doc {
    padding: 0 6px;
}

.accent-bar {
    height: 5px;
    border-radius: 4px;
    margin-bottom: 26px;
    background: #2563eb;
}

/* ── En-tête ── */

.header-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 28px;
}

.header-table td {
    vertical-align: top;
    padding: 0;
    border: none;
}

.header-brand {
    width: 58%;
    padding-right: 20px;
}

.issuer-block {
    width: 42%;
    text-align: right;
    padding-left: 20px;
}

.logo_company {
    display: block;
    max-width: 130px;
    max-height: 72px;
    margin-bottom: 14px;
    object-fit: contain;
}

.doc-kicker {
    font-size: 8.5pt;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin: 0 0 6px;
    color: #2563eb;
}

.doc-title {
    font-size: 24pt;
    font-weight: 700;
    line-height: 1.08;
    color: #0f172a;
    margin: 0 0 8px;
}

.doc-reference {
    font-size: 11pt;
    font-weight: 600;
    color: #64748b;
    margin: 0;
}

.issuer-name {
    font-size: 12pt;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px;
}

.issuer-lines {
    font-size: 9.5pt;
    color: #64748b;
    line-height: 1.65;
    margin: 0;
}

/* ── Grille métadonnées (cartes) ── */

.meta-grid {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 10px;
    margin: 0 -10px 28px;
}

.meta-grid td {
    width: 33.33%;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 13px 15px;
    vertical-align: top;
    border-collapse: separate;
}

.meta-grid--2col td {
    width: 50%;
}

.meta-label {
    display: block;
    font-size: 7.5pt;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 4px;
}

.meta-value {
    display: block;
    font-size: 10.5pt;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.35;
    word-break: break-word;
}

/* Ancienne classe doc-meta (rétrocompatibilité) */
.doc-meta {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 28px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
}

.doc-meta th,
.doc-meta td {
    padding: 11px 14px;
    text-align: left;
    border-bottom: 1px solid #f1f5f9;
}

.doc-meta th {
    width: 32%;
    font-size: 8.5pt;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
    background: #f8fafc;
}

.doc-meta td {
    font-size: 10pt;
    color: #0f172a;
    background: #ffffff;
}

.doc-meta tr:last-child th,
.doc-meta tr:last-child td {
    border-bottom: none;
}

/* ── Sections & tableaux ── */

.section-title {
    font-size: 8.5pt;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #64748b;
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e2e8f0;
}

.lines-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 26px;
}

.lines-table thead th {
    padding: 11px 12px;
    font-size: 7.5pt;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
    text-align: left;
    border-bottom: 2px solid #e2e8f0;
    background: #ffffff;
}

.lines-table tbody td {
    padding: 13px 12px;
    font-size: 10pt;
    color: #0f172a;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: top;
}

.lines-table tbody tr:nth-child(even) td {
    background: #fafbfc;
}

.lines-table .num {
    text-align: right;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.lines-table .muted {
    color: #64748b;
    font-size: 9.5pt;
}

/* Tableau imbriqué (emplacements / détail stock) */
.sub-table-wrap {
    padding: 0 !important;
    background: #f8fafc !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

.sub-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.sub-table thead th {
    padding: 8px 14px;
    font-size: 7pt;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
    background: #f1f5f9;
    border-bottom: 1px solid #e2e8f0;
}

.sub-table tbody td {
    padding: 9px 14px;
    font-size: 9.5pt;
    color: #334155;
    background: #f8fafc;
    border-bottom: 1px solid #eef2f6;
}

.sub-table tbody tr:last-child td {
    border-bottom: none;
}

.location-badge {
    display: inline-block;
    padding: 3px 10px;
    font-size: 9pt;
    font-weight: 700;
    color: #1e40af;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 6px;
}

/* ── Pied de page & signatures ── */

.footer-zone {
    margin-top: 8px;
    page-break-inside: avoid;
}

.doc-legal {
    margin: 0 0 22px;
    padding: 14px 16px;
    font-size: 9pt;
    color: #64748b;
    line-height: 1.6;
    background: #f8fafc;
    border-left: 3px solid #cbd5e1;
    border-radius: 0 8px 8px 0;
}

.signatures-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 14px 0;
    margin: 0 -14px;
}

.signatures-table td {
    width: 50%;
    vertical-align: top;
    padding: 18px 20px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
}

.signature-role {
    font-size: 8pt;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2563eb;
    margin: 0 0 14px;
}

.signature-line {
    font-size: 9.5pt;
    color: #64748b;
    margin: 0 0 36px;
}

.signature-date {
    font-size: 9.5pt;
    color: #94a3b8;
    margin: 0;
    padding-top: 8px;
    border-top: 1px dashed #e2e8f0;
}

.doc-footer-note {
    margin-top: 24px;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
    font-size: 8pt;
    color: #94a3b8;
    text-align: center;
}

/* ── Résumé inventaire (badges KPI) ── */

.summary-strip {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 0;
    margin: 0 -10px 24px;
}

.summary-strip td {
    width: 33.33%;
    text-align: center;
    padding: 14px 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.summary-number {
    display: block;
    font-size: 18pt;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.1;
    margin-bottom: 4px;
}

.summary-label {
    display: block;
    font-size: 7.5pt;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #94a3b8;
}

.gap-positive {
    color: #b45309;
    font-weight: 700;
}

.gap-negative {
    color: #dc2626;
    font-weight: 700;
}

/* ── Rétrocompatibilité titres génériques ── */

h1, h2, h3 {
    color: #0f172a;
    margin-top: 0;
}

h1 { font-size: 24pt; margin-bottom: 0.4em; }
h2 { font-size: 14pt; margin-bottom: 0.6em; }
h3 { font-size: 12pt; margin-bottom: 0.5em; }

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 8px;
    text-align: left;
}

p { margin: 0 0 1em; }

a {
    color: #2563eb;
    text-decoration: none;
}
/* line 3, app/assets/stylesheets/products.scss */
.product_loader {
  margin: 0 30px;
}

/* line 7, app/assets/stylesheets/products.scss */
.chip-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
/* line 1, app/assets/stylesheets/stoka/_auth.scss */
.stoka-auth {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  background: linear-gradient(135deg, #eff6ff 0%, var(--stoka-bg) 50%, #f0fdf4 100%);
}

/* line 10, app/assets/stylesheets/stoka/_auth.scss */
.stoka-auth__card {
  width: 100%;
  max-width: 420px;
  background: var(--stoka-surface);
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius);
  box-shadow: var(--stoka-shadow-lg);
  padding: 2rem;
}

/* line 20, app/assets/stylesheets/stoka/_auth.scss */
.stoka-auth__brand {
  text-align: center;
  margin-bottom: 1.5rem;
}

/* line 24, app/assets/stylesheets/stoka/_auth.scss */
.stoka-auth__brand h1 {
  font-size: 1.5rem;
  margin: 0.75rem 0 0.25rem;
}

/* line 29, app/assets/stylesheets/stoka/_auth.scss */
.stoka-auth__brand p {
  color: var(--stoka-text-muted);
  font-size: 0.875rem;
  margin: 0 !important;
}

/* line 36, app/assets/stylesheets/stoka/_auth.scss */
.stoka-auth__logo {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--stoka-primary);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.25rem;
}

/* line 49, app/assets/stylesheets/stoka/_auth.scss */
.stoka-auth__links {
  text-align: center;
  margin-top: 1.25rem;
  font-size: 0.875rem;
}

/* line 54, app/assets/stylesheets/stoka/_auth.scss */
.stoka-auth__links a {
  color: var(--stoka-primary);
  font-weight: 500;
}
/* line 2, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoice__meta-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/stoka/_billing_invoices.scss */
  .stoka-billing-invoice__meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  /* line 2, app/assets/stylesheets/stoka/_billing_invoices.scss */
  .stoka-billing-invoice__meta-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* line 16, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoice__totals {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
  padding: 1rem 1.25rem;
  border-top: 1px solid var(--stoka-border);
  background: var(--stoka-bg);
}

/* line 26, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoice__total-row {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 1.5rem;
  width: 100%;
  max-width: 18rem;
  font-size: 0.9375rem;
  color: var(--stoka-text-muted);
}

/* line 36, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoice__total-row span:last-child {
  min-width: 7rem;
  text-align: right;
  color: var(--stoka-text);
  font-variant-numeric: tabular-nums;
}

/* line 43, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoice__total-row--ttc {
  margin-top: 0.25rem;
  padding-top: 0.5rem;
  border-top: 1px dashed var(--stoka-border);
  font-size: 1rem;
  font-weight: 600;
  color: var(--stoka-text);
}

/* line 51, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoice__total-row--ttc span:last-child {
  color: var(--stoka-primary);
  font-size: 1.125rem;
}

/* line 58, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoice__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 1.25rem;
  border-top: 1px solid var(--stoka-border);
  background: var(--stoka-surface);
}

/* line 67, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoice__downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0 1.25rem 1.25rem;
}

/* line 74, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoice__notes {
  padding: 1rem 1.25rem;
  border-top: 1px solid var(--stoka-border);
  font-size: 0.875rem;
  color: var(--stoka-text-muted);
  white-space: pre-wrap;
}

/* line 83, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoices-index__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
}

/* line 90, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoices-index__actions .btn-small {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  height: auto;
  line-height: 1.2;
  padding: 0.3rem 0.55rem;
}

/* line 98, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoices-index__actions .btn-small .material-icons {
  font-size: 1rem;
  margin: 0;
}
/* line 1, app/assets/stylesheets/stoka/_components.scss */
.stoka-card {
  background: var(--stoka-surface);
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius);
  box-shadow: var(--stoka-shadow);
  padding: 1.25rem;
  margin-bottom: 1rem;
}

/* line 10, app/assets/stylesheets/stoka/_components.scss */
.stoka-card--flush {
  padding: 0;
  overflow: hidden;
}

/* line 14, app/assets/stylesheets/stoka/_components.scss */
.stoka-card--flush .stoka-card__header {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--stoka-border);
}

/* line 19, app/assets/stylesheets/stoka/_components.scss */
.stoka-card--flush table {
  margin: 0;
}

/* line 24, app/assets/stylesheets/stoka/_components.scss */
.stoka-card--flush .stoka-table-wrap,
.stoka-card--flush .table_box,
.stoka-card--flush .stoka-table-wrap.table_box {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

/* line 35, app/assets/stylesheets/stoka/_components.scss */
.stoka-page-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

/* line 44, app/assets/stylesheets/stoka/_components.scss */
.stoka-page-header__main {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* line 50, app/assets/stylesheets/stoka/_components.scss */
.stoka-page-header__icon {
  width: 44px;
  height: 44px;
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-primary-light);
  color: var(--stoka-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 60, app/assets/stylesheets/stoka/_components.scss */
.stoka-page-header__icon i {
  font-size: 1.5rem;
}

/* line 65, app/assets/stylesheets/stoka/_components.scss */
.stoka-page-header__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

/* line 72, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

/* line 79, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi {
  background: var(--stoka-surface);
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius);
  padding: 1.25rem;
  box-shadow: var(--stoka-shadow);
}

/* line 86, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi__label {
  font-size: 0.8125rem;
  color: var(--stoka-text-muted);
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 96, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi__value {
  font-size: 2rem;
  font-weight: 700;
  color: var(--stoka-text);
  line-height: 1;
}

/* line 103, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi__meta {
  font-size: 0.8125rem;
  color: var(--stoka-text-muted);
  margin-top: 0.5rem;
}

/* line 109, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi--primary {
  border-color: var(--stoka-primary-light);
  background: linear-gradient(135deg, var(--stoka-surface) 0%, var(--stoka-primary-light) 100%);
}

/* line 113, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi--primary .stoka-kpi__value {
  color: var(--stoka-primary);
}

/* line 118, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi--accent {
  border-color: #bfdbfe;
  background: linear-gradient(135deg, var(--stoka-surface) 0%, #eff6ff 100%);
}

/* line 122, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi--accent .stoka-kpi__value {
  color: #1d4ed8;
}

/* line 125, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi--success {
  border-color: #bbf7d0;
  background: linear-gradient(135deg, var(--stoka-surface) 0%, #f0fdf4 100%);
}

/* line 129, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi--success .stoka-kpi__value {
  color: var(--stoka-success);
}

/* line 132, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi--warning {
  border-color: #fed7aa;
  background: linear-gradient(135deg, var(--stoka-surface) 0%, #fff7ed 100%);
}

/* line 136, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi--warning .stoka-kpi__value {
  color: var(--stoka-warning);
}

/* line 139, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi__progress {
  margin-top: 0.75rem;
  height: 6px;
  background: var(--stoka-border);
  border-radius: 999px;
  overflow: hidden;
}

/* line 146, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi__progress span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--stoka-primary), #60a5fa);
  border-radius: 999px;
  transition: width 0.4s ease;
}

/* line 156, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi-grid--home {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

/* line 160, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi-grid--home-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  /* line 160, app/assets/stylesheets/stoka/_components.scss */
  .stoka-kpi-grid--home-facts {
    grid-template-columns: 1fr;
  }
}

/* line 169, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi-grid--home-dynamic {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

@media (max-width: 1400px) {
  /* line 169, app/assets/stylesheets/stoka/_components.scss */
  .stoka-kpi-grid--home-dynamic {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
}

/* line 177, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (max-width: 900px) {
  /* line 177, app/assets/stylesheets/stoka/_components.scss */
  .stoka-home-grid {
    grid-template-columns: 1fr;
  }
}

/* line 188, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-panel__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1rem;
  color: var(--stoka-text);
}

/* line 195, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

/* line 202, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-panel__head .stoka-home-panel__title {
  margin: 0;
}

/* line 205, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-panel--wide {
  grid-column: 1 / -1;
}

/* line 210, app/assets/stylesheets/stoka/_components.scss */
.stoka-quick-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

/* line 216, app/assets/stylesheets/stoka/_components.scss */
.stoka-quick-action {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  color: var(--stoka-text);
  background: var(--stoka-bg);
  transition: border-color 0.15s, box-shadow 0.15s;
}

/* line 227, app/assets/stylesheets/stoka/_components.scss */
.stoka-quick-action i {
  color: var(--stoka-primary);
}

/* line 229, app/assets/stylesheets/stoka/_components.scss */
.stoka-quick-action:hover {
  border-color: var(--stoka-primary);
  box-shadow: var(--stoka-shadow);
}

/* line 235, app/assets/stylesheets/stoka/_components.scss */
.stoka-location-ranking {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 240, app/assets/stylesheets/stoka/_components.scss */
.stoka-location-ranking__item + .stoka-location-ranking__item {
  margin-top: 0.85rem;
}

/* line 242, app/assets/stylesheets/stoka/_components.scss */
.stoka-location-ranking__label {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.8125rem;
  margin-bottom: 0.35rem;
}

/* line 249, app/assets/stylesheets/stoka/_components.scss */
.stoka-location-ranking__label span {
  color: var(--stoka-text-muted);
}

/* line 252, app/assets/stylesheets/stoka/_components.scss */
.stoka-location-ranking__bar span {
  background: linear-gradient(90deg, #34d399, var(--stoka-success));
}

/* line 257, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding {
  margin-bottom: 1.5rem;
  border: 1px solid #bfdbfe;
  background: linear-gradient(135deg, #fff 0%, #eff6ff 100%);
}

/* line 262, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid var(--stoka-border);
}

/* line 273, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding__intro {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  flex: 1;
  min-width: 240px;
}

/* line 281, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--stoka-primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 290, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding__icon i {
  color: var(--stoka-primary);
}

/* line 293, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding__title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
}

/* line 299, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding__subtitle {
  margin: 0;
  font-size: 0.875rem;
  color: var(--stoka-text-muted);
}

/* line 305, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding__progress-wrap {
  min-width: 140px;
  text-align: right;
}

/* line 310, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding__progress-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--stoka-primary);
  margin-bottom: 0.35rem;
}

/* line 318, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding__progress {
  height: 8px;
  border-radius: 999px;
}

/* line 323, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding .onboarding-steps {
  padding: 0.5rem 0 0;
}

/* line 328, app/assets/stylesheets/stoka/_components.scss */
.stoka-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 500;
  background: var(--stoka-bg);
  color: var(--stoka-text-muted);
  border: 1px solid var(--stoka-border);
}

/* line 339, app/assets/stylesheets/stoka/_components.scss */
.stoka-badge--success {
  background: #dcfce7;
  color: #166534;
  border-color: #bbf7d0;
}

/* line 340, app/assets/stylesheets/stoka/_components.scss */
.stoka-badge--warning {
  background: #ffedd5;
  color: #9a3412;
  border-color: #fed7aa;
}

/* line 341, app/assets/stylesheets/stoka/_components.scss */
.stoka-badge--danger {
  background: #fee2e2;
  color: #991b1b;
  border-color: #fecaca;
}

/* line 342, app/assets/stylesheets/stoka/_components.scss */
.stoka-badge--primary {
  background: var(--stoka-primary-light);
  color: var(--stoka-primary);
  border-color: #bfdbfe;
}

/* line 345, app/assets/stylesheets/stoka/_components.scss */
.stoka-flash {
  padding: 0.75rem 1rem;
  border-radius: var(--stoka-radius-sm);
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
}

/* line 352, app/assets/stylesheets/stoka/_components.scss */
.stoka-flash--notice {
  background: #dcfce7;
  color: #166534;
  border: 1px solid #bbf7d0;
}

/* line 358, app/assets/stylesheets/stoka/_components.scss */
.stoka-flash--alert {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

/* line 365, app/assets/stylesheets/stoka/_components.scss */
.stoka-table-wrap {
  overflow-x: auto;
}

/* line 368, app/assets/stylesheets/stoka/_components.scss */
.stoka-card--flush .stoka-table-wrap {
  overflow: hidden;
}

/* line 376, app/assets/stylesheets/stoka/_components.scss */
table.stoka-table td,
table.stoka-table th,
.stoka-card table.highlight td,
.stoka-card table.highlight th,
.stoka-card table.striped td,
.stoka-card table.striped th {
  border-radius: 0;
}

/* line 381, app/assets/stylesheets/stoka/_components.scss */
table.stoka-table thead,
.stoka-card table.highlight thead,
.stoka-card table.striped thead {
  position: sticky;
  top: 0;
  z-index: 2;
}

/* line 386, app/assets/stylesheets/stoka/_components.scss */
table.stoka-table thead th,
.stoka-card table.highlight thead th,
.stoka-card table.striped thead th {
  background: #f1f5f9 !important;
  color: var(--stoka-text-muted) !important;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-bottom: 1px solid var(--stoka-border) !important;
}

/* line 395, app/assets/stylesheets/stoka/_components.scss */
table.stoka-table thead th:hover:not(.not_sortable),
.stoka-card table.highlight thead th:hover:not(.not_sortable),
.stoka-card table.striped thead th:hover:not(.not_sortable) {
  background: #e2e8f0 !important;
  color: var(--stoka-text) !important;
}

/* line 402, app/assets/stylesheets/stoka/_components.scss */
table.stoka-table tbody tr,
.stoka-card table.highlight tbody tr,
.stoka-card table.striped tbody tr {
  transition: background 0.1s;
}

/* line 405, app/assets/stylesheets/stoka/_components.scss */
table.stoka-table tbody tr:hover,
.stoka-card table.highlight tbody tr:hover,
.stoka-card table.striped tbody tr:hover {
  background: #f8fafc !important;
}

/* line 409, app/assets/stylesheets/stoka/_components.scss */
table.stoka-table tbody tr:last-child,
.stoka-card table.highlight tbody tr:last-child,
.stoka-card table.striped tbody tr:last-child {
  border-bottom: none;
}

/* line 415, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-primary,
.stoka-btn-primary.btn {
  background-color: var(--stoka-primary) !important;
  border-radius: var(--stoka-radius-sm) !important;
  text-transform: none !important;
  font-weight: 500 !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  line-height: 1;
}

/* line 428, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-primary .material-icons,
.stoka-btn-primary.btn .material-icons {
  font-size: 1.15rem;
  line-height: 1;
  margin: 0;
  float: none;
}

/* line 435, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-primary:hover,
.stoka-btn-primary.btn:hover {
  background-color: var(--stoka-primary-dark) !important;
}

/* line 440, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-ghost,
.stoka-btn-ghost.btn {
  background: transparent !important;
  color: var(--stoka-text-muted) !important;
  box-shadow: none !important;
  border: 1px solid var(--stoka-border) !important;
  border-radius: var(--stoka-radius-sm) !important;
  text-transform: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  line-height: 1;
}

/* line 454, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-ghost .material-icons,
.stoka-btn-ghost.btn .material-icons {
  font-size: 1.15rem;
  line-height: 1;
  margin: 0;
  float: none;
}

/* line 461, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-ghost:hover,
.stoka-btn-ghost.btn:hover {
  background: var(--stoka-bg) !important;
  color: var(--stoka-text) !important;
}

/* line 467, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-danger,
.stoka-btn-danger.btn {
  background-color: #dc2626 !important;
  color: #fff !important;
  border-radius: var(--stoka-radius-sm) !important;
  text-transform: none !important;
  font-weight: 500 !important;
  box-shadow: none !important;
  border: none !important;
}

/* line 477, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-danger:hover,
.stoka-btn-danger.btn:hover {
  background-color: #b91c1c !important;
  color: #fff !important;
}

/* line 482, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-danger.stoka-btn-danger--icon,
.stoka-btn-danger.btn.stoka-btn-danger--icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  padding: 0 0.5rem;
  line-height: 1;
}

/* line 490, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-danger.stoka-btn-danger--icon .material-icons,
.stoka-btn-danger.btn.stoka-btn-danger--icon .material-icons {
  font-size: 1.15rem;
  line-height: 1;
  margin: 0;
}

/* line 497, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-danger.stoka-btn-danger--labeled,
.stoka-btn-danger.btn.stoka-btn-danger--labeled {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  line-height: 1;
}

/* line 504, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-danger.stoka-btn-danger--labeled .material-icons,
.stoka-btn-danger.btn.stoka-btn-danger--labeled .material-icons {
  font-size: 1.15rem;
  line-height: 1;
  margin: 0;
}

/* line 512, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-ghost.stoka-btn-icon,
.stoka-btn-ghost.stoka-btn-icon.btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  padding: 0 0.4rem;
  line-height: 1;
}

/* line 521, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-ghost.stoka-btn-icon .material-icons,
.stoka-btn-ghost.stoka-btn-icon.btn .material-icons {
  font-size: 1.15rem;
  line-height: 1;
  margin: 0;
}

/* line 528, app/assets/stylesheets/stoka/_components.scss */
.stoka-table-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}

/* line 536, app/assets/stylesheets/stoka/_components.scss */
.stoka-inline-form {
  display: inline;
  margin: 0;
}

/* line 541, app/assets/stylesheets/stoka/_components.scss */
.chip {
  border-radius: 999px !important;
  font-weight: 500 !important;
  font-size: 0.75rem !important;
  height: auto !important;
  line-height: 1.4 !important;
  padding: 0.25rem 0.65rem !important;
  text-shadow: none !important;
}

/* line 551, app/assets/stylesheets/stoka/_components.scss */
.tabs.stoka-tabs .tab a {
  color: var(--stoka-text-muted) !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

/* line 557, app/assets/stylesheets/stoka/_components.scss */
.tabs.stoka-tabs .tab a.active,
.tabs.stoka-tabs .tab a:hover {
  background: var(--stoka-primary-light) !important;
  color: var(--stoka-primary) !important;
}

/* line 563, app/assets/stylesheets/stoka/_components.scss */
.tabs.stoka-tabs .indicator {
  background-color: var(--stoka-primary) !important;
}

/* line 567, app/assets/stylesheets/stoka/_components.scss */
.pagination li.active {
  background-color: var(--stoka-primary) !important;
}
/* line 2, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__filters {
  padding: 1.25rem;
}

/* line 6, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__filters-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/stoka/_custom_documents.scss */
  .stoka-custom-documents__filters-grid {
    grid-template-columns: 2fr 1fr auto;
    align-items: end;
  }
}

/* line 17, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__filters-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  padding-bottom: 0.15rem;
}

/* line 26, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__hint {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: var(--stoka-bg);
  border: 1px solid var(--stoka-border);
}

/* line 34, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__hint .material-icons {
  flex-shrink: 0;
  font-size: 1.25rem;
  color: var(--stoka-primary);
  margin-top: 0.1rem;
}

/* line 41, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__hint p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--stoka-text-muted);
  line-height: 1.5;
}

/* line 47, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__hint p strong,
.stoka-custom-documents__hint p code {
  color: var(--stoka-text);
}

/* line 52, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__hint p code {
  font-size: 0.8125rem;
  padding: 0.1rem 0.35rem;
  border-radius: 0.25rem;
  background: var(--stoka-surface);
  border: 1px solid var(--stoka-border);
}

/* line 62, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__color-swatch {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.35rem;
  background: var(--swatch-color, #2563eb);
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

/* line 72, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

/* line 79, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__empty {
  padding: 2.5rem 1.25rem;
  text-align: center;
}

/* line 83, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__empty .material-icons {
  font-size: 2.5rem;
  color: var(--stoka-text-muted);
  margin-bottom: 0.75rem;
}

/* line 89, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__empty p {
  margin: 0 0 1.25rem;
  color: var(--stoka-text-muted);
  font-size: 0.9375rem;
}

/* line 96, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__color-field {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* line 102, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__color-input {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 10rem;
  padding: 0.25rem;
  height: 2.5rem;
}

/* line 110, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__editor {
  width: 100%;
  min-height: 320px;
  margin-top: 0.75rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.875rem;
  line-height: 1.5;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  padding: 0.75rem;
  resize: vertical;
}
/* line 1, app/assets/stylesheets/stoka/_forms.scss */
.input-field input:focus + label,
.input-field textarea:focus + label,
.input-field .select-wrapper input:focus + label {
  color: var(--stoka-primary) !important;
}

/* line 7, app/assets/stylesheets/stoka/_forms.scss */
.input-field input:focus,
.input-field textarea:focus {
  border-bottom: 1px solid var(--stoka-primary) !important;
  box-shadow: 0 1px 0 0 var(--stoka-primary) !important;
}

/* line 13, app/assets/stylesheets/stoka/_forms.scss */
.browser-default,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="datetime-local"],
select.browser-default,
textarea.browser-default {
  border: 1px solid var(--stoka-border) !important;
  border-radius: var(--stoka-radius-sm) !important;
  padding: 0.5rem 0.75rem !important;
  background: var(--stoka-surface) !important;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.875rem;
  color: var(--stoka-text);
}

/* line 31, app/assets/stylesheets/stoka/_forms.scss */
.browser-default:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
select.browser-default:focus,
textarea.browser-default:focus {
  outline: none;
  border-color: var(--stoka-primary) !important;
  box-shadow: 0 0 0 2px var(--stoka-primary-light) !important;
}

/* line 38, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-section {
  margin-bottom: 1.5rem;
}

/* line 41, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-section__title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--stoka-text);
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--stoka-border);
}

/* line 51, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 600px) {
  /* line 51, app/assets/stylesheets/stoka/_forms.scss */
  .stoka-form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  /* line 51, app/assets/stylesheets/stoka/_forms.scss */
  .stoka-form-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 600px) {
  /* line 64, app/assets/stylesheets/stoka/_forms.scss */
  .stoka-form-grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  /* line 70, app/assets/stylesheets/stoka/_forms.scss */
  .stoka-form-grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* line 76, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-grid__full {
  grid-column: 1 / -1;
}

@media (min-width: 600px) {
  /* line 80, app/assets/stylesheets/stoka/_forms.scss */
  .stoka-form-grid__span-2 {
    grid-column: span 2;
  }
}

/* line 87, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

/* line 93, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-field__label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--stoka-text);
  margin: 0;
}

/* line 100, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-field__hint {
  font-size: 0.75rem;
  color: var(--stoka-text-muted);
  margin: 0;
}

/* line 106, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-field__input {
  width: 100%;
}

/* line 110, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-field--inline-icon {
  position: relative;
}

/* line 113, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-field--inline-icon .material-icons {
  position: absolute;
  left: 0.65rem;
  top: 2.1rem;
  font-size: 1.125rem;
  color: var(--stoka-text-muted);
  pointer-events: none;
}

/* line 122, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-field--inline-icon input,
.stoka-form-field--inline-icon select,
.stoka-form-field--inline-icon textarea {
  padding-left: 2.25rem !important;
}

/* line 130, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.75rem 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-bg);
  margin-bottom: 0.5rem;
  min-width: 0;
  box-sizing: border-box;
}

/* line 143, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-row__check {
  flex: 0 0 auto;
  min-width: 0;
}

/* line 147, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-row__check label {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
  font-size: 0.875rem;
  color: var(--stoka-text);
  margin: 0;
}

/* line 156, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-row__check label [type="checkbox"] {
  margin-right: 0.25rem;
}

/* line 160, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-row__check label img {
  vertical-align: middle;
}

/* line 166, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-row__dims {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  flex: 1 1 12rem;
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 599px) {
  /* line 166, app/assets/stylesheets/stoka/_forms.scss */
  .stoka-form-row__dims {
    grid-template-columns: 1fr;
    flex-basis: 100%;
  }
}

/* line 181, app/assets/stylesheets/stoka/_forms.scss */
.stoka-nested-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  align-items: end;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-bg);
}

@media (min-width: 768px) {
  /* line 181, app/assets/stylesheets/stoka/_forms.scss */
  .stoka-nested-fields {
    grid-template-columns: 1fr 1fr auto;
  }
}

/* line 197, app/assets/stylesheets/stoka/_forms.scss */
.stoka-nested-fields--block {
  display: block;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1rem;
}

/* line 204, app/assets/stylesheets/stoka/_forms.scss */
.stoka-nested-fields--block .added_product,
.stoka-nested-fields--block .stoka-card {
  width: 100%;
  box-sizing: border-box;
}

/* line 211, app/assets/stylesheets/stoka/_forms.scss */
.stoka-nested-fields__remove {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 0.25rem;
}

/* line 219, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
}

/* line 228, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-actions--bordered {
  border-top: 1px solid var(--stoka-border);
}

/* line 234, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-card .stoka-form-section:last-of-type {
  margin-bottom: 0;
}

/* line 239, app/assets/stylesheets/stoka/_forms.scss */
.stoka-business-select__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
}

/* line 247, app/assets/stylesheets/stoka/_forms.scss */
.stoka-business-select__label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 255, app/assets/stylesheets/stoka/_forms.scss */
.stoka-business-select__recent {
  flex-shrink: 0;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--stoka-text-muted);
  background: var(--stoka-bg);
  border: 1px solid var(--stoka-border);
  border-radius: 999px;
  padding: 0.125rem 0.4rem;
  line-height: 1.2;
}

/* line 269, app/assets/stylesheets/stoka/_forms.scss */
.select2-container--default .select2-selection--single {
  border: 1px solid var(--stoka-border) !important;
  border-radius: var(--stoka-radius-sm) !important;
  min-height: 2.375rem;
  display: flex;
  align-items: center;
}

/* line 277, app/assets/stylesheets/stoka/_forms.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--stoka-text) !important;
  line-height: 1.4 !important;
  padding-left: 0.75rem !important;
}

/* line 283, app/assets/stylesheets/stoka/_forms.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
}

/* line 287, app/assets/stylesheets/stoka/_forms.scss */
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--stoka-primary) !important;
  box-shadow: 0 0 0 2px var(--stoka-primary-light) !important;
}

/* line 293, app/assets/stylesheets/stoka/_forms.scss */
.stoka-select2-dropdown.select2-dropdown {
  border: 1px solid var(--stoka-border) !important;
  border-radius: var(--stoka-radius-sm) !important;
  box-shadow: var(--stoka-shadow-lg);
  overflow: hidden;
  padding: 0;
}

/* line 301, app/assets/stylesheets/stoka/_forms.scss */
.stoka-select2-dropdown .select2-search--dropdown {
  padding: 0.5rem 0.625rem;
  border-bottom: 1px solid var(--stoka-border);
  background: var(--stoka-bg);
}

/* line 307, app/assets/stylesheets/stoka/_forms.scss */
.stoka-select2-dropdown .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--stoka-border) !important;
  border-radius: var(--stoka-radius-sm) !important;
  box-shadow: none !important;
  padding: 0.375rem 0.625rem !important;
  font-size: 0.875rem;
  color: var(--stoka-text);
  background: var(--stoka-surface) !important;
  outline: none;
  width: 100% !important;
  margin: 0;
}

/* line 319, app/assets/stylesheets/stoka/_forms.scss */
.stoka-select2-dropdown .select2-search--dropdown .select2-search__field:focus {
  border-color: var(--stoka-primary) !important;
  box-shadow: 0 0 0 2px var(--stoka-primary-light) !important;
}

/* line 325, app/assets/stylesheets/stoka/_forms.scss */
.stoka-select2-dropdown .select2-results__option {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
}

/* line 330, app/assets/stylesheets/stoka/_forms.scss */
.stoka-select2-dropdown .select2-results__option--selectable {
  color: var(--stoka-text);
}

/* line 334, app/assets/stylesheets/stoka/_forms.scss */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--stoka-primary-light) !important;
  color: var(--stoka-text) !important;
}

/* line 340, app/assets/stylesheets/stoka/_forms.scss */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable .stoka-business-select__recent {
  color: var(--stoka-primary-dark);
  background: var(--stoka-surface);
  border-color: var(--stoka-primary);
}

/* line 347, app/assets/stylesheets/stoka/_forms.scss */
.select2-dropdown {
  border: 1px solid var(--stoka-border) !important;
  border-radius: var(--stoka-radius-sm) !important;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

/* line 353, app/assets/stylesheets/stoka/_forms.scss */
.select2-container {
  width: 100% !important;
}
/* line 1, app/assets/stylesheets/stoka/_incidents.scss */
.incident-flow-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

/* line 10, app/assets/stylesheets/stoka/_incidents.scss */
.incident-flow-banner .stoka-link {
  margin-left: auto;
}

/* line 14, app/assets/stylesheets/stoka/_incidents.scss */
.hidden {
  display: none !important;
}

/* line 18, app/assets/stylesheets/stoka/_incidents.scss */
.incident-stock-summary {
  margin: 0;
  padding-left: 1.1rem;
  list-style: disc;
}

/* line 24, app/assets/stylesheets/stoka/_incidents.scss */
.incident-stock-summary li {
  margin: 0.15rem 0;
}

/* line 28, app/assets/stylesheets/stoka/_incidents.scss */
.incident-quantity-gauge {
  margin: 0.5rem 0 0.75rem;
}

/* line 32, app/assets/stylesheets/stoka/_incidents.scss */
.incident-quantity-gauge__header {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

/* line 41, app/assets/stylesheets/stoka/_incidents.scss */
.incident-quantity-gauge__separator {
  color: var(--stoka-text-muted, #94a3b8);
  font-weight: 400;
}

/* line 46, app/assets/stylesheets/stoka/_incidents.scss */
.incident-quantity-gauge__track {
  height: 0.5rem;
  border-radius: 999px;
  background: var(--stoka-surface-muted, #e2e8f0);
  overflow: hidden;
  margin-bottom: 0.35rem;
}

/* line 54, app/assets/stylesheets/stoka/_incidents.scss */
.incident-quantity-gauge__fill {
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: var(--stoka-primary, #2563eb);
  transition: width 0.15s ease, background-color 0.15s ease;
}

/* line 62, app/assets/stylesheets/stoka/_incidents.scss */
.incident-quantity-gauge__fill--medium {
  background: #f59e0b;
}

/* line 66, app/assets/stylesheets/stoka/_incidents.scss */
.incident-quantity-gauge__fill--high {
  background: #dc2626;
}

/* line 70, app/assets/stylesheets/stoka/_incidents.scss */
.incident-quantity-gauge__range {
  width: 100%;
  margin: 0;
  accent-color: var(--stoka-primary, #2563eb);
}

/* line 76, app/assets/stylesheets/stoka/_incidents.scss */
.incident-quantity-input {
  max-width: 8rem;
}

@media (max-width: 600px) {
  /* line 81, app/assets/stylesheets/stoka/_incidents.scss */
  .incident-flow-banner .stoka-link {
    margin-left: 0;
    width: 100%;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
/* line 1, app/assets/stylesheets/stoka/_tokens.scss */
:root {
  --stoka-primary: #2563eb;
  --stoka-primary-dark: #1d4ed8;
  --stoka-primary-light: #dbeafe;
  --stoka-bg: #f8fafc;
  --stoka-surface: #ffffff;
  --stoka-border: #e2e8f0;
  --stoka-text: #0f172a;
  --stoka-text-muted: #64748b;
  --stoka-success: #16a34a;
  --stoka-warning: #ea580c;
  --stoka-danger: #dc2626;
  --stoka-sidebar-width: 240px;
  --stoka-sidebar-collapsed: 64px;
  --stoka-topbar-height: 56px;
  --stoka-radius: 12px;
  --stoka-radius-sm: 8px;
  --stoka-shadow: 0 1px 3px rgba(15, 23, 42, 0.08), 0 1px 2px rgba(15, 23, 42, 0.04);
  --stoka-shadow-lg: 0 10px 25px rgba(15, 23, 42, 0.08);
}

/* line 3, app/assets/stylesheets/stoka/_typography.scss */
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--stoka-text);
  -webkit-font-smoothing: antialiased;
}

/* line 9, app/assets/stylesheets/stoka/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: var(--stoka-text);
}

/* line 14, app/assets/stylesheets/stoka/_typography.scss */
.stoka-page-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

/* line 21, app/assets/stylesheets/stoka/_typography.scss */
.stoka-page-subtitle {
  font-size: 0.875rem;
  color: var(--stoka-text-muted);
  margin: 0.25rem 0 0;
}

/* line 1, app/assets/stylesheets/stoka/_layout.scss */
.stoka-app {
  display: flex;
  min-height: 100vh;
  background: var(--stoka-bg);
}

/* line 7, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: var(--stoka-sidebar-width);
  background: var(--stoka-surface);
  border-right: 1px solid var(--stoka-border);
  display: flex;
  flex-direction: column;
  z-index: 1000;
  transition: width 0.2s ease, transform 0.2s ease;
  overflow: hidden;
  min-width: 0;
}

/* line 23, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar nav,
.stoka-sidebar .stoka-sidebar__nav {
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  line-height: inherit !important;
  height: auto !important;
  max-width: 100% !important;
}

/* line 33, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar.is-collapsed {
  width: var(--stoka-sidebar-collapsed);
}

/* line 36, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar.is-collapsed .stoka-sidebar__brand-text,
.stoka-sidebar.is-collapsed .stoka-sidebar__label,
.stoka-sidebar.is-collapsed .stoka-sidebar__group-title,
.stoka-sidebar.is-collapsed .stoka-sidebar__group-chevron {
  opacity: 0;
  width: 0;
  overflow: hidden;
}

/* line 45, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar.is-collapsed .stoka-sidebar__brand-link {
  justify-content: center;
}

/* line 49, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar.is-collapsed .stoka-sidebar__collapse-btn {
  position: absolute;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
}

/* line 56, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar.is-collapsed .stoka-sidebar__group-toggle {
  display: none;
}

/* line 60, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar.is-collapsed .stoka-sidebar__group-items {
  display: block !important;
  max-height: none !important;
}

/* line 65, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar.is-collapsed .stoka-sidebar__link {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

/* line 73, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.75rem 0.75rem 0.75rem 1rem;
  border-bottom: 1px solid var(--stoka-border);
  min-height: var(--stoka-topbar-height);
  position: relative;
}

/* line 84, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__brand-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--stoka-text);
  min-width: 0;
  flex: 1;
}

/* line 93, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__brand-link:hover {
  opacity: 0.85;
}

/* line 98, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__collapse-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-bg);
  color: var(--stoka-text-muted);
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  -webkit-tap-highlight-color: transparent;
}

/* line 113, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__collapse-btn:hover {
  background: var(--stoka-primary-light);
  color: var(--stoka-primary);
  border-color: #bfdbfe;
}

/* line 119, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__collapse-btn:focus {
  outline: none;
  box-shadow: none;
}

/* line 124, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__collapse-btn:focus-visible {
  outline: 2px solid var(--stoka-primary);
  outline-offset: 1px;
}

/* line 129, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__collapse-btn:active {
  background: var(--stoka-primary-light) !important;
  color: var(--stoka-primary) !important;
  border-color: #bfdbfe !important;
}

@media (min-width: 993px) {
  /* line 98, app/assets/stylesheets/stoka/_layout.scss */
  .stoka-sidebar__collapse-btn {
    display: inline-flex;
  }
}

/* line 140, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__logo {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--stoka-primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
  flex-shrink: 0;
}

/* line 154, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__brand-text {
  font-weight: 700;
  font-size: 1.125rem;
  white-space: nowrap;
  transition: opacity 0.2s;
}

/* line 161, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__nav {
  flex: 1;
  min-height: 0;
  min-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.5rem 0.5rem 0.75rem;
  scrollbar-gutter: stable;
}

/* line 171, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__top-links {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--stoka-border);
}

/* line 177, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group {
  margin-bottom: 0.25rem;
  min-width: 0;
}

/* line 182, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0.5rem 0.75rem;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: var(--stoka-radius-sm);
  transition: background 0.15s, color 0.15s;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

/* line 199, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-toggle:hover {
  background: var(--stoka-bg);
}

/* line 203, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-toggle:focus {
  outline: none;
  box-shadow: none;
}

/* line 208, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-toggle:focus-visible {
  outline: 2px solid var(--stoka-primary);
  outline-offset: 1px;
}

/* line 213, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-toggle:active {
  background: var(--stoka-primary-light) !important;
  color: var(--stoka-primary);
}

/* line 218, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-toggle.is-open .stoka-sidebar__group-chevron {
  transform: rotate(0deg);
}

/* line 222, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-toggle:not(.is-open) .stoka-sidebar__group-chevron {
  transform: rotate(-90deg);
}

/* line 227, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-chevron {
  font-size: 1.125rem !important;
  color: var(--stoka-text-muted);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

/* line 234, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-items {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.25s ease;
}

/* line 239, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-items.is-open {
  max-height: 800px;
}

/* line 244, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-title {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--stoka-text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 1;
  transition: opacity 0.2s;
  text-align: left;
  padding: 0;
}

/* line 260, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  max-width: 100%;
  padding: 0.625rem 0.75rem;
  border-radius: var(--stoka-radius-sm);
  color: var(--stoka-text-muted);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 2px;
  transition: background 0.15s, color 0.15s;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

/* line 277, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__link i {
  font-size: 1.25rem;
  flex-shrink: 0;
}

/* line 282, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__link:hover {
  background: var(--stoka-bg);
  color: var(--stoka-text);
}

/* line 287, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__link:focus {
  outline: none;
  box-shadow: none;
}

/* line 292, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__link:focus-visible {
  outline: 2px solid var(--stoka-primary);
  outline-offset: 1px;
}

/* line 297, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__link:active {
  background: var(--stoka-primary-light) !important;
  color: var(--stoka-primary) !important;
}

/* line 302, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__link.is-active {
  background: var(--stoka-primary-light);
  color: var(--stoka-primary);
}

/* line 308, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 1;
  transition: opacity 0.2s;
}

/* line 317, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__footer {
  flex-shrink: 0;
  min-width: 0;
  overflow-x: hidden;
  padding: 0.75rem;
  border-top: 1px solid var(--stoka-border);
}

/* line 325, app/assets/stylesheets/stoka/_layout.scss */
.stoka-main {
  flex: 1;
  margin-left: var(--stoka-sidebar-width);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  transition: margin-left 0.2s ease;
}

/* line 333, app/assets/stylesheets/stoka/_layout.scss */
.stoka-app.is-sidebar-collapsed .stoka-main {
  margin-left: var(--stoka-sidebar-collapsed);
}

/* line 338, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar {
  height: var(--stoka-topbar-height);
  background: var(--stoka-surface);
  border-bottom: 1px solid var(--stoka-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.25rem;
  position: sticky;
  top: 0;
  z-index: 1100;
}

/* line 351, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* line 357, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: var(--stoka-radius-sm);
  color: var(--stoka-text-muted);
  display: flex;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 368, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__toggle:hover {
  background: var(--stoka-bg);
  color: var(--stoka-text);
}

/* line 373, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__toggle:focus {
  outline: none;
  box-shadow: none;
}

/* line 378, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__toggle:focus-visible {
  outline: 2px solid var(--stoka-primary);
  outline-offset: 1px;
}

/* line 383, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__toggle:active {
  background: var(--stoka-primary-light) !important;
  color: var(--stoka-primary) !important;
}

/* line 389, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__user {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--stoka-text-muted);
}

/* line 397, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* line 403, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__help {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 999px;
  background: var(--stoka-primary-light);
  color: var(--stoka-primary);
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s, color 0.15s;
  -webkit-tap-highlight-color: transparent;
}

/* line 418, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__help i {
  font-size: 1.25rem;
}

/* line 422, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__help:hover {
  background: var(--stoka-primary);
  color: #fff;
}

/* line 427, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__help:focus {
  outline: none;
  box-shadow: none;
}

/* line 432, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__help:focus-visible {
  outline: 2px solid var(--stoka-primary-dark);
  outline-offset: 2px;
}

/* line 437, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__help:active {
  background: var(--stoka-primary-dark) !important;
  color: #fff !important;
}

/* line 443, app/assets/stylesheets/stoka/_layout.scss */
.stoka-content {
  flex: 1;
  padding: 1.25rem 1.5rem 2rem;
}

/* line 448, app/assets/stylesheets/stoka/_layout.scss */
.stoka-page {
  max-width: 1400px;
  margin: 0 auto;
}

/* line 453, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.4);
  z-index: 999;
}

@media (max-width: 992px) {
  /* line 462, app/assets/stylesheets/stoka/_layout.scss */
  .stoka-sidebar {
    transform: translateX(-100%);
  }
  /* line 465, app/assets/stylesheets/stoka/_layout.scss */
  .stoka-sidebar.is-open {
    transform: translateX(0);
  }
  /* line 470, app/assets/stylesheets/stoka/_layout.scss */
  .stoka-main {
    margin-left: 0 !important;
  }
  /* line 474, app/assets/stylesheets/stoka/_layout.scss */
  .stoka-sidebar-overlay.is-visible {
    display: block;
  }
}

/* line 480, app/assets/stylesheets/stoka/_layout.scss */
.stoka-app--guest .stoka-main {
  margin-left: 0;
}

/* line 485, app/assets/stylesheets/stoka/_layout.scss */
.stoka-footer {
  text-align: center;
  padding: 1rem;
  font-size: 0.8125rem;
  color: var(--stoka-text-muted);
  border-top: 1px solid var(--stoka-border);
  background: var(--stoka-surface);
}

/* line 493, app/assets/stylesheets/stoka/_layout.scss */
.stoka-footer p {
  margin: 0 !important;
}

/* line 1, app/assets/stylesheets/stoka/_components.scss */
.stoka-card {
  background: var(--stoka-surface);
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius);
  box-shadow: var(--stoka-shadow);
  padding: 1.25rem;
  margin-bottom: 1rem;
}

/* line 10, app/assets/stylesheets/stoka/_components.scss */
.stoka-card--flush {
  padding: 0;
  overflow: hidden;
}

/* line 14, app/assets/stylesheets/stoka/_components.scss */
.stoka-card--flush .stoka-card__header {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--stoka-border);
}

/* line 19, app/assets/stylesheets/stoka/_components.scss */
.stoka-card--flush table {
  margin: 0;
}

/* line 24, app/assets/stylesheets/stoka/_components.scss */
.stoka-card--flush .stoka-table-wrap,
.stoka-card--flush .table_box,
.stoka-card--flush .stoka-table-wrap.table_box {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

/* line 35, app/assets/stylesheets/stoka/_components.scss */
.stoka-page-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

/* line 44, app/assets/stylesheets/stoka/_components.scss */
.stoka-page-header__main {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* line 50, app/assets/stylesheets/stoka/_components.scss */
.stoka-page-header__icon {
  width: 44px;
  height: 44px;
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-primary-light);
  color: var(--stoka-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 60, app/assets/stylesheets/stoka/_components.scss */
.stoka-page-header__icon i {
  font-size: 1.5rem;
}

/* line 65, app/assets/stylesheets/stoka/_components.scss */
.stoka-page-header__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

/* line 72, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

/* line 79, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi {
  background: var(--stoka-surface);
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius);
  padding: 1.25rem;
  box-shadow: var(--stoka-shadow);
}

/* line 86, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi__label {
  font-size: 0.8125rem;
  color: var(--stoka-text-muted);
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 96, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi__value {
  font-size: 2rem;
  font-weight: 700;
  color: var(--stoka-text);
  line-height: 1;
}

/* line 103, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi__meta {
  font-size: 0.8125rem;
  color: var(--stoka-text-muted);
  margin-top: 0.5rem;
}

/* line 109, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi--primary {
  border-color: var(--stoka-primary-light);
  background: linear-gradient(135deg, var(--stoka-surface) 0%, var(--stoka-primary-light) 100%);
}

/* line 113, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi--primary .stoka-kpi__value {
  color: var(--stoka-primary);
}

/* line 118, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi--accent {
  border-color: #bfdbfe;
  background: linear-gradient(135deg, var(--stoka-surface) 0%, #eff6ff 100%);
}

/* line 122, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi--accent .stoka-kpi__value {
  color: #1d4ed8;
}

/* line 125, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi--success {
  border-color: #bbf7d0;
  background: linear-gradient(135deg, var(--stoka-surface) 0%, #f0fdf4 100%);
}

/* line 129, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi--success .stoka-kpi__value {
  color: var(--stoka-success);
}

/* line 132, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi--warning {
  border-color: #fed7aa;
  background: linear-gradient(135deg, var(--stoka-surface) 0%, #fff7ed 100%);
}

/* line 136, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi--warning .stoka-kpi__value {
  color: var(--stoka-warning);
}

/* line 139, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi__progress {
  margin-top: 0.75rem;
  height: 6px;
  background: var(--stoka-border);
  border-radius: 999px;
  overflow: hidden;
}

/* line 146, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi__progress span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--stoka-primary), #60a5fa);
  border-radius: 999px;
  transition: width 0.4s ease;
}

/* line 156, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi-grid--home {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

/* line 160, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi-grid--home-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  /* line 160, app/assets/stylesheets/stoka/_components.scss */
  .stoka-kpi-grid--home-facts {
    grid-template-columns: 1fr;
  }
}

/* line 169, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi-grid--home-dynamic {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

@media (max-width: 1400px) {
  /* line 169, app/assets/stylesheets/stoka/_components.scss */
  .stoka-kpi-grid--home-dynamic {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
}

/* line 177, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (max-width: 900px) {
  /* line 177, app/assets/stylesheets/stoka/_components.scss */
  .stoka-home-grid {
    grid-template-columns: 1fr;
  }
}

/* line 188, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-panel__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1rem;
  color: var(--stoka-text);
}

/* line 195, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

/* line 202, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-panel__head .stoka-home-panel__title {
  margin: 0;
}

/* line 205, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-panel--wide {
  grid-column: 1 / -1;
}

/* line 210, app/assets/stylesheets/stoka/_components.scss */
.stoka-quick-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

/* line 216, app/assets/stylesheets/stoka/_components.scss */
.stoka-quick-action {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  color: var(--stoka-text);
  background: var(--stoka-bg);
  transition: border-color 0.15s, box-shadow 0.15s;
}

/* line 227, app/assets/stylesheets/stoka/_components.scss */
.stoka-quick-action i {
  color: var(--stoka-primary);
}

/* line 229, app/assets/stylesheets/stoka/_components.scss */
.stoka-quick-action:hover {
  border-color: var(--stoka-primary);
  box-shadow: var(--stoka-shadow);
}

/* line 235, app/assets/stylesheets/stoka/_components.scss */
.stoka-location-ranking {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 240, app/assets/stylesheets/stoka/_components.scss */
.stoka-location-ranking__item + .stoka-location-ranking__item {
  margin-top: 0.85rem;
}

/* line 242, app/assets/stylesheets/stoka/_components.scss */
.stoka-location-ranking__label {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.8125rem;
  margin-bottom: 0.35rem;
}

/* line 249, app/assets/stylesheets/stoka/_components.scss */
.stoka-location-ranking__label span {
  color: var(--stoka-text-muted);
}

/* line 252, app/assets/stylesheets/stoka/_components.scss */
.stoka-location-ranking__bar span {
  background: linear-gradient(90deg, #34d399, var(--stoka-success));
}

/* line 257, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding {
  margin-bottom: 1.5rem;
  border: 1px solid #bfdbfe;
  background: linear-gradient(135deg, #fff 0%, #eff6ff 100%);
}

/* line 262, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid var(--stoka-border);
}

/* line 273, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding__intro {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  flex: 1;
  min-width: 240px;
}

/* line 281, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--stoka-primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 290, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding__icon i {
  color: var(--stoka-primary);
}

/* line 293, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding__title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
}

/* line 299, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding__subtitle {
  margin: 0;
  font-size: 0.875rem;
  color: var(--stoka-text-muted);
}

/* line 305, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding__progress-wrap {
  min-width: 140px;
  text-align: right;
}

/* line 310, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding__progress-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--stoka-primary);
  margin-bottom: 0.35rem;
}

/* line 318, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding__progress {
  height: 8px;
  border-radius: 999px;
}

/* line 323, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding .onboarding-steps {
  padding: 0.5rem 0 0;
}

/* line 328, app/assets/stylesheets/stoka/_components.scss */
.stoka-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 500;
  background: var(--stoka-bg);
  color: var(--stoka-text-muted);
  border: 1px solid var(--stoka-border);
}

/* line 339, app/assets/stylesheets/stoka/_components.scss */
.stoka-badge--success {
  background: #dcfce7;
  color: #166534;
  border-color: #bbf7d0;
}

/* line 340, app/assets/stylesheets/stoka/_components.scss */
.stoka-badge--warning {
  background: #ffedd5;
  color: #9a3412;
  border-color: #fed7aa;
}

/* line 341, app/assets/stylesheets/stoka/_components.scss */
.stoka-badge--danger {
  background: #fee2e2;
  color: #991b1b;
  border-color: #fecaca;
}

/* line 342, app/assets/stylesheets/stoka/_components.scss */
.stoka-badge--primary {
  background: var(--stoka-primary-light);
  color: var(--stoka-primary);
  border-color: #bfdbfe;
}

/* line 345, app/assets/stylesheets/stoka/_components.scss */
.stoka-flash {
  padding: 0.75rem 1rem;
  border-radius: var(--stoka-radius-sm);
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
}

/* line 352, app/assets/stylesheets/stoka/_components.scss */
.stoka-flash--notice {
  background: #dcfce7;
  color: #166534;
  border: 1px solid #bbf7d0;
}

/* line 358, app/assets/stylesheets/stoka/_components.scss */
.stoka-flash--alert {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

/* line 365, app/assets/stylesheets/stoka/_components.scss */
.stoka-table-wrap {
  overflow-x: auto;
}

/* line 368, app/assets/stylesheets/stoka/_components.scss */
.stoka-card--flush .stoka-table-wrap {
  overflow: hidden;
}

/* line 376, app/assets/stylesheets/stoka/_components.scss */
table.stoka-table td,
table.stoka-table th,
.stoka-card table.highlight td,
.stoka-card table.highlight th,
.stoka-card table.striped td,
.stoka-card table.striped th {
  border-radius: 0;
}

/* line 381, app/assets/stylesheets/stoka/_components.scss */
table.stoka-table thead,
.stoka-card table.highlight thead,
.stoka-card table.striped thead {
  position: sticky;
  top: 0;
  z-index: 2;
}

/* line 386, app/assets/stylesheets/stoka/_components.scss */
table.stoka-table thead th,
.stoka-card table.highlight thead th,
.stoka-card table.striped thead th {
  background: #f1f5f9 !important;
  color: var(--stoka-text-muted) !important;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-bottom: 1px solid var(--stoka-border) !important;
}

/* line 395, app/assets/stylesheets/stoka/_components.scss */
table.stoka-table thead th:hover:not(.not_sortable),
.stoka-card table.highlight thead th:hover:not(.not_sortable),
.stoka-card table.striped thead th:hover:not(.not_sortable) {
  background: #e2e8f0 !important;
  color: var(--stoka-text) !important;
}

/* line 402, app/assets/stylesheets/stoka/_components.scss */
table.stoka-table tbody tr,
.stoka-card table.highlight tbody tr,
.stoka-card table.striped tbody tr {
  transition: background 0.1s;
}

/* line 405, app/assets/stylesheets/stoka/_components.scss */
table.stoka-table tbody tr:hover,
.stoka-card table.highlight tbody tr:hover,
.stoka-card table.striped tbody tr:hover {
  background: #f8fafc !important;
}

/* line 409, app/assets/stylesheets/stoka/_components.scss */
table.stoka-table tbody tr:last-child,
.stoka-card table.highlight tbody tr:last-child,
.stoka-card table.striped tbody tr:last-child {
  border-bottom: none;
}

/* line 415, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-primary,
.stoka-btn-primary.btn {
  background-color: var(--stoka-primary) !important;
  border-radius: var(--stoka-radius-sm) !important;
  text-transform: none !important;
  font-weight: 500 !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  line-height: 1;
}

/* line 428, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-primary .material-icons,
.stoka-btn-primary.btn .material-icons {
  font-size: 1.15rem;
  line-height: 1;
  margin: 0;
  float: none;
}

/* line 435, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-primary:hover,
.stoka-btn-primary.btn:hover {
  background-color: var(--stoka-primary-dark) !important;
}

/* line 440, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-ghost,
.stoka-btn-ghost.btn {
  background: transparent !important;
  color: var(--stoka-text-muted) !important;
  box-shadow: none !important;
  border: 1px solid var(--stoka-border) !important;
  border-radius: var(--stoka-radius-sm) !important;
  text-transform: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  line-height: 1;
}

/* line 454, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-ghost .material-icons,
.stoka-btn-ghost.btn .material-icons {
  font-size: 1.15rem;
  line-height: 1;
  margin: 0;
  float: none;
}

/* line 461, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-ghost:hover,
.stoka-btn-ghost.btn:hover {
  background: var(--stoka-bg) !important;
  color: var(--stoka-text) !important;
}

/* line 467, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-danger,
.stoka-btn-danger.btn {
  background-color: #dc2626 !important;
  color: #fff !important;
  border-radius: var(--stoka-radius-sm) !important;
  text-transform: none !important;
  font-weight: 500 !important;
  box-shadow: none !important;
  border: none !important;
}

/* line 477, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-danger:hover,
.stoka-btn-danger.btn:hover {
  background-color: #b91c1c !important;
  color: #fff !important;
}

/* line 482, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-danger.stoka-btn-danger--icon,
.stoka-btn-danger.btn.stoka-btn-danger--icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  padding: 0 0.5rem;
  line-height: 1;
}

/* line 490, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-danger.stoka-btn-danger--icon .material-icons,
.stoka-btn-danger.btn.stoka-btn-danger--icon .material-icons {
  font-size: 1.15rem;
  line-height: 1;
  margin: 0;
}

/* line 497, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-danger.stoka-btn-danger--labeled,
.stoka-btn-danger.btn.stoka-btn-danger--labeled {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  line-height: 1;
}

/* line 504, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-danger.stoka-btn-danger--labeled .material-icons,
.stoka-btn-danger.btn.stoka-btn-danger--labeled .material-icons {
  font-size: 1.15rem;
  line-height: 1;
  margin: 0;
}

/* line 512, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-ghost.stoka-btn-icon,
.stoka-btn-ghost.stoka-btn-icon.btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  padding: 0 0.4rem;
  line-height: 1;
}

/* line 521, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-ghost.stoka-btn-icon .material-icons,
.stoka-btn-ghost.stoka-btn-icon.btn .material-icons {
  font-size: 1.15rem;
  line-height: 1;
  margin: 0;
}

/* line 528, app/assets/stylesheets/stoka/_components.scss */
.stoka-table-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}

/* line 536, app/assets/stylesheets/stoka/_components.scss */
.stoka-inline-form {
  display: inline;
  margin: 0;
}

/* line 541, app/assets/stylesheets/stoka/_components.scss */
.chip {
  border-radius: 999px !important;
  font-weight: 500 !important;
  font-size: 0.75rem !important;
  height: auto !important;
  line-height: 1.4 !important;
  padding: 0.25rem 0.65rem !important;
  text-shadow: none !important;
}

/* line 551, app/assets/stylesheets/stoka/_components.scss */
.tabs.stoka-tabs .tab a {
  color: var(--stoka-text-muted) !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

/* line 557, app/assets/stylesheets/stoka/_components.scss */
.tabs.stoka-tabs .tab a.active,
.tabs.stoka-tabs .tab a:hover {
  background: var(--stoka-primary-light) !important;
  color: var(--stoka-primary) !important;
}

/* line 563, app/assets/stylesheets/stoka/_components.scss */
.tabs.stoka-tabs .indicator {
  background-color: var(--stoka-primary) !important;
}

/* line 567, app/assets/stylesheets/stoka/_components.scss */
.pagination li.active {
  background-color: var(--stoka-primary) !important;
}

/* line 1, app/assets/stylesheets/stoka/_forms.scss */
.input-field input:focus + label,
.input-field textarea:focus + label,
.input-field .select-wrapper input:focus + label {
  color: var(--stoka-primary) !important;
}

/* line 7, app/assets/stylesheets/stoka/_forms.scss */
.input-field input:focus,
.input-field textarea:focus {
  border-bottom: 1px solid var(--stoka-primary) !important;
  box-shadow: 0 1px 0 0 var(--stoka-primary) !important;
}

/* line 13, app/assets/stylesheets/stoka/_forms.scss */
.browser-default,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="datetime-local"],
select.browser-default,
textarea.browser-default {
  border: 1px solid var(--stoka-border) !important;
  border-radius: var(--stoka-radius-sm) !important;
  padding: 0.5rem 0.75rem !important;
  background: var(--stoka-surface) !important;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.875rem;
  color: var(--stoka-text);
}

/* line 31, app/assets/stylesheets/stoka/_forms.scss */
.browser-default:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
select.browser-default:focus,
textarea.browser-default:focus {
  outline: none;
  border-color: var(--stoka-primary) !important;
  box-shadow: 0 0 0 2px var(--stoka-primary-light) !important;
}

/* line 38, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-section {
  margin-bottom: 1.5rem;
}

/* line 41, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-section__title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--stoka-text);
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--stoka-border);
}

/* line 51, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 600px) {
  /* line 51, app/assets/stylesheets/stoka/_forms.scss */
  .stoka-form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  /* line 51, app/assets/stylesheets/stoka/_forms.scss */
  .stoka-form-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 600px) {
  /* line 64, app/assets/stylesheets/stoka/_forms.scss */
  .stoka-form-grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  /* line 70, app/assets/stylesheets/stoka/_forms.scss */
  .stoka-form-grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* line 76, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-grid__full {
  grid-column: 1 / -1;
}

@media (min-width: 600px) {
  /* line 80, app/assets/stylesheets/stoka/_forms.scss */
  .stoka-form-grid__span-2 {
    grid-column: span 2;
  }
}

/* line 87, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

/* line 93, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-field__label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--stoka-text);
  margin: 0;
}

/* line 100, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-field__hint {
  font-size: 0.75rem;
  color: var(--stoka-text-muted);
  margin: 0;
}

/* line 106, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-field__input {
  width: 100%;
}

/* line 110, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-field--inline-icon {
  position: relative;
}

/* line 113, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-field--inline-icon .material-icons {
  position: absolute;
  left: 0.65rem;
  top: 2.1rem;
  font-size: 1.125rem;
  color: var(--stoka-text-muted);
  pointer-events: none;
}

/* line 122, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-field--inline-icon input,
.stoka-form-field--inline-icon select,
.stoka-form-field--inline-icon textarea {
  padding-left: 2.25rem !important;
}

/* line 130, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.75rem 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-bg);
  margin-bottom: 0.5rem;
  min-width: 0;
  box-sizing: border-box;
}

/* line 143, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-row__check {
  flex: 0 0 auto;
  min-width: 0;
}

/* line 147, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-row__check label {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
  font-size: 0.875rem;
  color: var(--stoka-text);
  margin: 0;
}

/* line 156, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-row__check label [type="checkbox"] {
  margin-right: 0.25rem;
}

/* line 160, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-row__check label img {
  vertical-align: middle;
}

/* line 166, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-row__dims {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  flex: 1 1 12rem;
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 599px) {
  /* line 166, app/assets/stylesheets/stoka/_forms.scss */
  .stoka-form-row__dims {
    grid-template-columns: 1fr;
    flex-basis: 100%;
  }
}

/* line 181, app/assets/stylesheets/stoka/_forms.scss */
.stoka-nested-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  align-items: end;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-bg);
}

@media (min-width: 768px) {
  /* line 181, app/assets/stylesheets/stoka/_forms.scss */
  .stoka-nested-fields {
    grid-template-columns: 1fr 1fr auto;
  }
}

/* line 197, app/assets/stylesheets/stoka/_forms.scss */
.stoka-nested-fields--block {
  display: block;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1rem;
}

/* line 204, app/assets/stylesheets/stoka/_forms.scss */
.stoka-nested-fields--block .added_product,
.stoka-nested-fields--block .stoka-card {
  width: 100%;
  box-sizing: border-box;
}

/* line 211, app/assets/stylesheets/stoka/_forms.scss */
.stoka-nested-fields__remove {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 0.25rem;
}

/* line 219, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
}

/* line 228, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-actions--bordered {
  border-top: 1px solid var(--stoka-border);
}

/* line 234, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-card .stoka-form-section:last-of-type {
  margin-bottom: 0;
}

/* line 239, app/assets/stylesheets/stoka/_forms.scss */
.stoka-business-select__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
}

/* line 247, app/assets/stylesheets/stoka/_forms.scss */
.stoka-business-select__label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 255, app/assets/stylesheets/stoka/_forms.scss */
.stoka-business-select__recent {
  flex-shrink: 0;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--stoka-text-muted);
  background: var(--stoka-bg);
  border: 1px solid var(--stoka-border);
  border-radius: 999px;
  padding: 0.125rem 0.4rem;
  line-height: 1.2;
}

/* line 269, app/assets/stylesheets/stoka/_forms.scss */
.select2-container--default .select2-selection--single {
  border: 1px solid var(--stoka-border) !important;
  border-radius: var(--stoka-radius-sm) !important;
  min-height: 2.375rem;
  display: flex;
  align-items: center;
}

/* line 277, app/assets/stylesheets/stoka/_forms.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--stoka-text) !important;
  line-height: 1.4 !important;
  padding-left: 0.75rem !important;
}

/* line 283, app/assets/stylesheets/stoka/_forms.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
}

/* line 287, app/assets/stylesheets/stoka/_forms.scss */
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--stoka-primary) !important;
  box-shadow: 0 0 0 2px var(--stoka-primary-light) !important;
}

/* line 293, app/assets/stylesheets/stoka/_forms.scss */
.stoka-select2-dropdown.select2-dropdown {
  border: 1px solid var(--stoka-border) !important;
  border-radius: var(--stoka-radius-sm) !important;
  box-shadow: var(--stoka-shadow-lg);
  overflow: hidden;
  padding: 0;
}

/* line 301, app/assets/stylesheets/stoka/_forms.scss */
.stoka-select2-dropdown .select2-search--dropdown {
  padding: 0.5rem 0.625rem;
  border-bottom: 1px solid var(--stoka-border);
  background: var(--stoka-bg);
}

/* line 307, app/assets/stylesheets/stoka/_forms.scss */
.stoka-select2-dropdown .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--stoka-border) !important;
  border-radius: var(--stoka-radius-sm) !important;
  box-shadow: none !important;
  padding: 0.375rem 0.625rem !important;
  font-size: 0.875rem;
  color: var(--stoka-text);
  background: var(--stoka-surface) !important;
  outline: none;
  width: 100% !important;
  margin: 0;
}

/* line 319, app/assets/stylesheets/stoka/_forms.scss */
.stoka-select2-dropdown .select2-search--dropdown .select2-search__field:focus {
  border-color: var(--stoka-primary) !important;
  box-shadow: 0 0 0 2px var(--stoka-primary-light) !important;
}

/* line 325, app/assets/stylesheets/stoka/_forms.scss */
.stoka-select2-dropdown .select2-results__option {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
}

/* line 330, app/assets/stylesheets/stoka/_forms.scss */
.stoka-select2-dropdown .select2-results__option--selectable {
  color: var(--stoka-text);
}

/* line 334, app/assets/stylesheets/stoka/_forms.scss */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--stoka-primary-light) !important;
  color: var(--stoka-text) !important;
}

/* line 340, app/assets/stylesheets/stoka/_forms.scss */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable .stoka-business-select__recent {
  color: var(--stoka-primary-dark);
  background: var(--stoka-surface);
  border-color: var(--stoka-primary);
}

/* line 347, app/assets/stylesheets/stoka/_forms.scss */
.select2-dropdown {
  border: 1px solid var(--stoka-border) !important;
  border-radius: var(--stoka-radius-sm) !important;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

/* line 353, app/assets/stylesheets/stoka/_forms.scss */
.select2-container {
  width: 100% !important;
}

/* line 1, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.8125rem;
  color: var(--stoka-text-muted);
  margin-bottom: 0.75rem;
}

/* line 10, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-legend__item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

/* line 16, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-legend__swatch {
  width: 1rem;
  height: 0.375rem;
  border-radius: 999px;
  display: inline-block;
}

/* line 22, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-legend__swatch--baseline {
  background: var(--stoka-success);
}

/* line 26, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-legend__swatch--preview {
  background: var(--stoka-warning);
}

/* line 30, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-legend__swatch--pending-entry {
  background: repeating-linear-gradient(-45deg, #2563eb, #2563eb 3px, #93c5fd 3px, #93c5fd 6px);
}

/* line 40, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-legend__swatch--pending-exit {
  background: repeating-linear-gradient(-45deg, #7c3aed, #7c3aed 3px, #c4b5fd 3px, #c4b5fd 6px);
}

/* line 51, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card {
  min-width: 160px;
  max-width: 250px;
  flex: 1 1 auto;
  margin-bottom: 0;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-surface);
  transition: box-shadow 0.2s ease;
}

/* line 61, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card:hover {
  box-shadow: var(--stoka-shadow);
}

/* line 66, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-aisle-section {
  background: var(--stoka-bg);
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  padding: 1rem;
  margin-bottom: 1.25rem;
}

/* line 74, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-track {
  width: 100%;
  height: 6px;
  background: #e2e8f0;
  border-radius: 999px;
  margin: 0.375rem 0;
  overflow: hidden;
  display: flex;
  position: relative;
}

/* line 85, app/assets/stylesheets/stoka/_warehouse.scss */
.fill-progress-bar--baseline,
.fill-progress-bar--preview,
.fill-progress-bar--pending-entry,
.fill-progress-bar--pending-exit {
  height: 100%;
  transition: width 0.4s ease, background 0.4s ease;
  flex-shrink: 0;
}

/* line 94, app/assets/stylesheets/stoka/_warehouse.scss */
.fill-progress-bar--pending-entry {
  background: repeating-linear-gradient(-45deg, #2563eb, #2563eb 3px, #93c5fd 3px, #93c5fd 6px);
}

/* line 104, app/assets/stylesheets/stoka/_warehouse.scss */
.fill-progress-bar--pending-exit {
  position: absolute;
  top: 0;
  left: calc(var(--projected-end-pct, 0) * 1%);
  border-radius: 0 999px 999px 0;
  background: repeating-linear-gradient(-45deg, #7c3aed, #7c3aed 3px, #c4b5fd 3px, #c4b5fd 6px);
}

/* line 118, app/assets/stylesheets/stoka/_warehouse.scss */
.location-fill-pending-entry {
  display: block;
  font-size: 0.8125rem;
  margin-top: 0.125rem;
  color: #2563eb;
}

/* line 125, app/assets/stylesheets/stoka/_warehouse.scss */
.location-fill-pending-exit {
  display: block;
  font-size: 0.8125rem;
  margin-top: 0.125rem;
  color: #7c3aed;
}

/* line 132, app/assets/stylesheets/stoka/_warehouse.scss */
.fill-progress-bar--baseline {
  border-radius: 999px 0 0 999px;
}

/* line 136, app/assets/stylesheets/stoka/_warehouse.scss */
.fill-progress-bar--preview {
  background-color: var(--stoka-warning);
}

/* line 140, app/assets/stylesheets/stoka/_warehouse.scss */
.location-fill-preview {
  display: block;
  font-size: 0.8125rem;
  color: var(--stoka-warning);
  margin-top: 0.125rem;
}

/* line 147, app/assets/stylesheets/stoka/_warehouse.scss */
.location-fill-over-capacity-preview {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #dc2626;
  margin-top: 0.125rem;
}

/* line 155, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-dual {
  margin: 0.35rem 0 0.5rem;
  padding: 0.5rem 0.55rem;
  border-radius: 6px;
  background: rgba(248, 250, 252, 0.65);
  border: 1px solid var(--stoka-border, #e2e8f0);
}

/* line 163, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-dual__badge {
  display: block;
  margin-bottom: 0.35rem;
}

/* line 168, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-row + .stoka-fill-row {
  margin-top: 0.55rem;
  padding-top: 0.55rem;
  border-top: 1px dashed var(--stoka-border, #e2e8f0);
}

/* line 174, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-row__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.2rem;
}

/* line 182, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-row__label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #475569;
}

/* line 188, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-row__meta {
  font-size: 0.75rem;
  margin-bottom: 0.15rem;
  min-height: 0;
}

/* line 193, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-row__meta:empty {
  display: none;
}

/* line 198, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-row__meta .location-fill-pending-entry,
.stoka-fill-row__meta .location-fill-pending-exit,
.stoka-fill-row__meta .location-fill-preview,
.stoka-fill-row__meta .location-fill-preview-exit,
.stoka-fill-row__meta .location-fill-over-capacity-preview {
  margin-top: 0;
  font-size: 0.75rem;
}

/* line 207, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-scope__pct {
  font-size: 0.8125rem;
  font-weight: 700;
  white-space: nowrap;
}

/* line 213, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-row .stoka-fill-track {
  margin: 0;
}

/* line 217, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card__fill-bars .stoka-fill-dual {
  margin-top: 0;
}

/* line 221, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-storage-mode {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0.75rem 0;
  width: 100%;
}

/* line 228, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-storage-mode label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
  color: var(--stoka-text);
  font-size: 0.875rem;
}

/* line 238, app/assets/stylesheets/stoka/_warehouse.scss */
.warehouse_layout,
.warehouse-cards {
  width: 100%;
  max-width: 100%;
  float: none;
  box-sizing: border-box;
}

/* line 246, app/assets/stylesheets/stoka/_warehouse.scss */
.warehouse-cards .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 251, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-dashboard-tablist {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 260, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-dashboard-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 1rem;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-surface);
  color: var(--stoka-text-muted);
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

/* line 273, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-dashboard-tab .material-icons {
  font-size: 1.125rem;
}

/* line 277, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-dashboard-tab:hover, .stoka-dashboard-tab.is-active {
  background: var(--stoka-primary-light);
  color: var(--stoka-primary);
  border-color: var(--stoka-primary);
}

/* line 285, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-overview-toolbar {
  margin-bottom: 1rem;
}

/* line 289, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-overview-search {
  max-width: 36rem;
}

/* line 293, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-overview-hint {
  font-size: 0.8125rem;
  margin: 0.35rem 0 0;
}

/* line 298, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-overview-site__title {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  margin: 0 0 1rem;
}

/* line 304, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-overview-site__title .material-icons {
  color: var(--stoka-primary);
}

/* line 309, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-level-heading {
  border-bottom: 1px solid var(--stoka-border);
  padding-bottom: 5px;
  margin-bottom: 0.75rem;
}

/* line 315, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-locations-grid {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

/* line 321, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card--full {
  opacity: 0.72;
}

/* line 324, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card--full:hover {
  box-shadow: none;
}

/* line 329, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card--over-capacity,
.stoka-transfer-location-card--over-capacity {
  border-color: #dc2626 !important;
  box-shadow: inset 0 0 0 1px rgba(220, 38, 38, 0.35);
}

/* line 335, app/assets/stylesheets/stoka/_warehouse.scss */
.location-fill-over-capacity,
.location-fill-over-capacity-preview {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #dc2626;
  margin-top: 0.15rem;
}

/* line 344, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card--overview.stoka-location-card--over-capacity {
  background: rgba(220, 38, 38, 0.04);
}

/* line 348, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card--overview {
  text-align: left;
  cursor: pointer;
  padding: 0;
  width: auto;
  display: block;
}

/* line 355, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card--overview:focus-visible {
  outline: 2px solid var(--stoka-primary);
  outline-offset: 2px;
}

/* line 361, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card__meta {
  display: block;
  font-size: 0.8125rem;
  margin-top: 0.35rem;
}

/* line 367, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card--match {
  box-shadow: 0 0 0 2px var(--stoka-primary);
  transform: translateY(-1px);
}

/* line 372, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card--dimmed {
  opacity: 0.35;
  filter: grayscale(0.4);
}

/* line 377, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-detail-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

/* line 384, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-overview-modal {
  max-width: 720px;
  width: 92%;
}

/* line 389, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-location-card {
  min-width: 260px;
  max-width: 340px;
  flex: 1 1 260px;
}

/* line 394, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-location-card .card-content {
  padding: 0;
}

/* line 398, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-location-card__content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* line 404, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-location-card__header {
  padding: 0.75rem 0.875rem 0.625rem;
  border-bottom: 1px solid var(--stoka-border);
  background: linear-gradient(to bottom, var(--stoka-bg), var(--stoka-surface));
}

/* line 410, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-location-card__name {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  color: var(--stoka-text);
  letter-spacing: 0.01em;
}

/* line 418, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-location-card__meta {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.75rem;
  color: var(--stoka-text-muted);
}

/* line 425, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-location-card__fill {
  padding: 0.625rem 0.875rem 0;
}

/* line 429, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-location-card__stats {
  margin-bottom: 0.35rem;
  line-height: 1.35;
}

/* line 435, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-locations-grid--exit {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}

/* line 441, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-stock-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.75rem 0.875rem 0.875rem;
  max-height: 280px;
  overflow-y: auto;
}

/* line 450, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0.5rem 0.625rem;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-surface);
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

/* line 463, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row::before, .stoka-stock-row::after {
  display: none !important;
  content: none !important;
}

/* line 470, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row > span {
  position: static !important;
  padding-left: 0 !important;
  height: auto !important;
  line-height: inherit !important;
}

/* line 476, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row > span::before, .stoka-stock-row > span::after {
  display: none !important;
  content: none !important;
  border: none !important;
  transform: none !important;
  box-shadow: none !important;
  background: none !important;
}

/* line 487, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row:hover {
  border-color: var(--stoka-primary);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

/* line 492, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row--selected {
  border-color: var(--stoka-warning);
  background: rgba(245, 158, 11, 0.08);
  box-shadow: inset 3px 0 0 var(--stoka-warning);
}

/* line 498, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__checkbox {
  position: relative !important;
  left: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  appearance: checkbox;
  -webkit-appearance: checkbox;
  width: 1.125rem;
  height: 1.125rem;
  min-width: 1.125rem;
  margin: 0;
  flex-shrink: 0;
  accent-color: var(--stoka-primary);
  cursor: pointer;
}

/* line 515, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__qty {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex: 0 1 auto;
  min-width: 0;
}

/* line 523, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__icon {
  width: 1.125rem;
  height: 1.125rem;
  object-fit: contain;
  flex-shrink: 0;
}

/* line 530, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__quantity {
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--stoka-text);
  line-height: 1.2;
}

/* line 537, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__unit {
  font-size: 0.8125rem;
  color: var(--stoka-text-muted);
  white-space: nowrap;
}

/* line 543, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__dates {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  gap: 0.3rem;
  min-width: 0;
  margin-left: auto;
}

/* line 553, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__date {
  display: inline-flex;
  align-items: center;
  gap: 0.1rem;
  padding: 0.1rem 0.35rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  line-height: 1.2;
  white-space: nowrap;
  background: var(--stoka-bg);
  color: var(--stoka-text-muted);
  border: 1px solid var(--stoka-border);
}

/* line 566, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__date .material-icons {
  font-size: 0.75rem;
  line-height: 1;
  color: var(--stoka-success);
}

/* line 572, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__date--expiry .material-icons {
  color: #dc2626;
}

/* line 576, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__date--dluo .material-icons {
  color: var(--stoka-warning);
}

/* line 581, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__withdrawal {
  flex: 0 0 auto;
  min-width: 2rem;
  text-align: right;
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--stoka-warning);
}

/* line 589, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__withdrawal--empty {
  display: none;
}

/* line 595, app/assets/stylesheets/stoka/_warehouse.scss */
.fill-progress-bar--preview-exit {
  height: 100%;
  background-color: var(--stoka-warning);
  transition: width 0.3s ease;
  flex-shrink: 0;
}

/* line 602, app/assets/stylesheets/stoka/_warehouse.scss */
.location-fill-preview-exit {
  display: block;
  font-size: 0.8125rem;
  color: var(--stoka-warning);
  margin-top: 0.125rem;
}

/* line 609, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-totals {
  min-height: 1.25rem;
  margin-top: 0.5rem;
}

/* line 614, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-locations-grid--transfer {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}

/* line 620, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0.75rem;
  font-size: 0.8125rem;
  color: var(--stoka-text-muted);
}

/* line 628, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

/* line 634, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__swatch {
  width: 1rem;
  height: 1rem;
  border-radius: 3px;
  border: 1px solid var(--stoka-border);
}

/* line 640, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__swatch--source {
  background: rgba(37, 99, 235, 0.15);
  border-color: var(--stoka-primary);
}

/* line 645, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__swatch--baseline {
  background: var(--stoka-success);
}

/* line 649, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__swatch--pending-entry {
  background: repeating-linear-gradient(-45deg, #2563eb, #2563eb 2px, #93c5fd 2px, #93c5fd 4px);
}

/* line 653, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__swatch--pending-exit {
  background: repeating-linear-gradient(-45deg, #7c3aed, #7c3aed 2px, #c4b5fd 2px, #c4b5fd 4px);
}

/* line 657, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__swatch--dest {
  background: rgba(16, 185, 129, 0.15);
  border-color: var(--stoka-success);
}

/* line 662, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__swatch--planned, .stoka-transfer-legend__swatch--preview {
  background: rgba(245, 158, 11, 0.2);
  border-color: var(--stoka-warning);
}

/* line 668, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__swatch--out {
  background: rgba(239, 68, 68, 0.15);
  border-color: #ef4444;
}

/* line 673, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__swatch--in {
  background: rgba(16, 185, 129, 0.15);
  border-color: var(--stoka-success);
}

/* line 680, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-hint {
  font-size: 0.875rem;
  margin: 0 0 1rem;
}

/* line 685, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card {
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease;
}

/* line 688, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card--drop-target {
  border-color: var(--stoka-success) !important;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.25);
  transform: scale(1.02);
}

/* line 694, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card--incoming {
  box-shadow: inset 0 -3px 0 var(--stoka-success);
}

/* line 698, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card--outgoing {
  box-shadow: inset 0 -3px 0 #ef4444;
}

/* line 702, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card--active-move {
  border-color: var(--stoka-warning) !important;
}

/* line 706, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

/* line 714, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card__fill-bars {
  margin-bottom: 0.5rem;
}

/* line 718, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card__stats {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}

/* line 726, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card .stoka-fill-track--transfer {
  position: relative;
  height: 6px;
  border-radius: 3px;
  background: var(--stoka-border);
  overflow: hidden;
}

/* line 734, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card__name {
  font-weight: 600;
  font-size: 0.9375rem;
}

/* line 739, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card__fill {
  font-size: 0.75rem;
  font-weight: 600;
}

/* line 744, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card__capacity {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}

/* line 751, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card__content {
  padding: 0.75rem !important;
}

/* line 756, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-capacity-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.1rem 0.35rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  background: var(--stoka-bg);
  border: 1px solid var(--stoka-border);
}

/* line 766, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-capacity-badge__icon {
  width: 0.875rem;
  height: 0.875rem;
  object-fit: contain;
}

/* line 773, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-stock-list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

/* line 779, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  width: 100%;
  margin: 0;
  padding: 0.4rem 0.5rem;
  border: 1px solid #c8e6c9;
  border-radius: var(--stoka-radius-sm);
  background: rgba(16, 185, 129, 0.08);
  cursor: grab;
  text-align: left;
  font: inherit;
  color: inherit;
  user-select: none;
}

/* line 795, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source:active {
  cursor: grabbing;
}

/* line 799, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source--dragging {
  opacity: 0.45;
  border-style: dashed;
  border-color: var(--stoka-primary);
}

/* line 805, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source--outgoing {
  border-color: #fca5a5;
  background: rgba(239, 68, 68, 0.08);
}

/* line 810, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source--depleted {
  opacity: 0.55;
  cursor: not-allowed;
}

/* line 815, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source__drag-hint {
  margin-left: auto;
  font-size: 1.125rem !important;
  color: var(--stoka-text-muted);
  opacity: 0.5;
}

/* line 822, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source__out-badge {
  margin-left: auto;
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #b91c1c;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
  white-space: nowrap;
}

/* line 834, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source__icon {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
}

/* line 840, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source__qty {
  font-weight: 700;
}

/* line 844, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source__unit {
  font-size: 0.8125rem;
  color: var(--stoka-text-muted);
}

/* line 850, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-empty {
  font-size: 0.8125rem;
  font-style: italic;
}

/* line 855, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-stocks--dragging .stoka-transfer-location-card:not(.stoka-transfer-location-card--drop-target) {
  opacity: 0.92;
}

/* line 859, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-move-overlay {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px dashed var(--stoka-border);
}

/* line 868, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-move-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem;
  padding: 0.3rem 0.45rem;
  border-radius: var(--stoka-radius-sm);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.3;
}

/* line 879, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-move-badge--out {
  color: #b91c1c;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
}

/* line 885, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-move-badge--in {
  color: #047857;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.35);
}

/* line 891, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-move-badge .stoka-transfer-move-remove {
  flex-shrink: 0;
  border: none;
  background: transparent;
  color: inherit;
  font-size: 1.125rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.7;
  padding: 0 0.15rem;
}

/* line 902, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-move-badge .stoka-transfer-move-remove:hover {
  opacity: 1;
}

/* line 908, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-incoming-preview {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.5rem;
  border: 1px dashed var(--stoka-success);
  border-radius: var(--stoka-radius-sm);
  background: rgba(16, 185, 129, 0.1);
  font-size: 0.8125rem;
}

/* line 918, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-incoming-preview__qty {
  font-weight: 700;
  color: #047857;
}

/* line 923, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-incoming-preview__unit {
  color: var(--stoka-text-muted);
}

/* line 928, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

/* line 937, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-modal.hide {
  display: none !important;
}

/* line 941, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
}

/* line 947, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 24rem;
  padding: 1.25rem !important;
  margin: 0 !important;
  border-radius: var(--stoka-radius) !important;
  box-shadow: var(--stoka-shadow-lg) !important;
}

/* line 958, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

/* line 966, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-modal__summary {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--stoka-text);
}

/* line 973, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-modal__qty-field {
  margin-bottom: 0.5rem;
}

/* line 977, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-modal__max {
  display: block;
  font-size: 0.8125rem;
  margin-top: 0.25rem;
}

/* line 983, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 1rem;
}

/* line 991, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-status {
  min-height: 1.25rem;
}

/* line 995, app/assets/stylesheets/stoka/_warehouse.scss */
.no-stock-alert {
  padding: 1rem;
  background: var(--stoka-bg);
  border: 1px dashed var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  color: var(--stoka-text-muted);
}

/* line 1, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-section {
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius);
  padding: 1.25rem;
  background: var(--stoka-bg);
  overflow: visible;
}

/* line 8, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-section__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

/* line 17, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-section__title {
  margin: 0;
}

/* line 22, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-kpi-grid--warehouse {
  margin-bottom: 1.25rem;
}

/* line 26, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-quick {
  padding: 1rem 0;
  border-top: 1px solid var(--stoka-border);
  border-bottom: 1px solid var(--stoka-border);
  margin-bottom: 1.25rem;
}

/* line 32, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-quick__title {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--stoka-text);
}

/* line 39, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-quick__actions {
  margin-top: 0.75rem;
}

/* line 43, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-quick .stoka-form-grid--4 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
}

@media (min-width: 768px) {
  /* line 43, app/assets/stylesheets/stoka/_warehouse_editor.scss */
  .stoka-warehouse-editor-quick .stoka-form-grid--4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  /* line 43, app/assets/stylesheets/stoka/_warehouse_editor.scss */
  .stoka-warehouse-editor-quick .stoka-form-grid--4 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/* line 59, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-manual__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

/* line 68, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-manual__title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--stoka-text);
}

/* line 76, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-view-toggle {
  display: inline-flex;
  gap: 0.25rem;
  padding: 0.25rem;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-surface);
}

/* line 84, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-view-toggle__btn {
  min-width: auto;
  padding: 0.35rem 0.5rem;
  line-height: 1;
}

/* line 89, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-view-toggle__btn .material-icons {
  font-size: 1.25rem;
}

/* line 93, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-view-toggle__btn--active {
  background: var(--stoka-primary-light, #eff6ff);
  color: var(--stoka-primary);
  border-color: var(--stoka-primary);
}

/* line 101, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor__scroll {
  width: 100%;
}

/* line 104, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor__scroll--horizontal {
  overflow-x: auto;
  padding-bottom: 0.5rem;
}

/* line 110, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor {
  width: 100%;
}

/* line 113, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor .btn-add-aisle {
  margin-bottom: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  max-width: 100%;
  white-space: normal;
  line-height: 1.25;
  height: auto;
  min-height: 2.25rem;
}

/* line 124, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor .btn-add-aisle .material-icons.left {
  float: none;
  margin-right: 0 !important;
  flex-shrink: 0;
}

/* line 131, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor__aisles {
  min-width: 0;
}

/* line 136, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor--vertical .stoka-warehouse-editor__aisles {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 142, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor--vertical .stoka-warehouse-aisle {
  width: 100%;
  max-width: none;
}

/* line 149, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor--horizontal .stoka-warehouse-editor__scroll, .stoka-warehouse-editor--horizontal.stoka-warehouse-editor__scroll {
  overflow-x: auto;
}

/* line 154, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor--horizontal .stoka-warehouse-editor__aisles {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
  padding-bottom: 0.5rem;
}

/* line 162, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor--horizontal .stoka-warehouse-aisle {
  flex: 0 0 280px;
  width: 280px;
  max-width: 280px;
}

/* line 170, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-aisle {
  background: var(--stoka-bg);
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  margin-bottom: 0;
  padding: 1rem;
  overflow: visible;
}

/* line 178, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-aisle__header, .stoka-warehouse-aisle__levels {
  margin-bottom: 0.75rem;
}

/* line 183, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-aisle__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--stoka-border);
}

/* line 193, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-aisle__fields {
  display: grid;
  grid-template-columns: 1fr 6rem;
  gap: 0.5rem 0.75rem;
  flex: 1 1 12rem;
  min-width: 0;
}

/* line 201, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-aisle__actions {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
}

/* line 209, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-aisle__levels .add-level {
  margin-bottom: 0.5rem;
}

/* line 213, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-aisle__levels .nested-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* line 221, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-level {
  padding: 0.75rem;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-surface);
  overflow: visible;
}

/* line 228, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-level__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed var(--stoka-border);
}

/* line 239, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-level__fields {
  display: grid;
  grid-template-columns: 1fr 5rem;
  gap: 0.5rem;
  flex: 1 1 10rem;
  min-width: 0;
}

/* line 247, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-level__actions {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

/* line 254, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-level__locations .add-location {
  margin-bottom: 0.5rem;
}

/* line 258, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-level__locations .nested-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* line 265, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-level__locations .add-location {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  max-width: 100%;
  white-space: normal;
  line-height: 1.25;
  height: auto;
  min-height: 2.25rem;
  padding: 0.5rem 0.75rem;
  box-sizing: border-box;
}

/* line 277, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-level__locations .add-location .material-icons.left {
  float: none;
  margin-right: 0 !important;
  flex-shrink: 0;
}

/* line 285, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-aisle__levels .add-level {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  max-width: 100%;
  white-space: normal;
  line-height: 1.25;
  height: auto;
  min-height: 2.25rem;
  padding: 0.5rem 0.75rem;
  box-sizing: border-box;
}

/* line 297, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-aisle__levels .add-level .material-icons.left {
  float: none;
  margin-right: 0 !important;
  flex-shrink: 0;
}

/* line 304, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-location {
  padding: 0.75rem;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-bg);
  overflow: visible;
}

/* line 311, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-location__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

/* line 320, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-location__fields {
  display: grid;
  grid-template-columns: 1fr 5rem;
  gap: 0.5rem;
  flex: 1 1 10rem;
  min-width: 0;
}

/* line 328, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-location__actions {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

/* line 334, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-location__dims {
  margin-top: 0.25rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (max-width: 599px) {
  /* line 334, app/assets/stylesheets/stoka/_warehouse_editor.scss */
  .stoka-warehouse-location__dims {
    grid-template-columns: 1fr;
  }
}

/* line 346, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-dim-field {
  min-width: 0;
}

/* line 349, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-dim-field__label {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

/* line 354, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-dim-field__label .material-icons {
  font-size: 1rem;
  color: var(--stoka-text-muted);
}

/* line 360, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-dim-field .stoka-form-field__input {
  width: 100%;
}

/* line 365, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor--horizontal {
  overflow-x: auto;
}

/* line 368, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor--horizontal .stoka-warehouse-editor__scroll {
  overflow-x: visible;
}

/* line 374, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-section .tag-select-hover .tag-select {
  z-index: 200;
}

/* line 379, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-form-card:has(.stoka-warehouse-editor-section) {
  overflow: visible;
}

/* line 383, app/assets/stylesheets/stoka/_warehouse_editor.scss */
#reset-warehouse {
  margin: 0;
}

/* line 1, app/assets/stylesheets/stoka/_auth.scss */
.stoka-auth {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  background: linear-gradient(135deg, #eff6ff 0%, var(--stoka-bg) 50%, #f0fdf4 100%);
}

/* line 10, app/assets/stylesheets/stoka/_auth.scss */
.stoka-auth__card {
  width: 100%;
  max-width: 420px;
  background: var(--stoka-surface);
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius);
  box-shadow: var(--stoka-shadow-lg);
  padding: 2rem;
}

/* line 20, app/assets/stylesheets/stoka/_auth.scss */
.stoka-auth__brand {
  text-align: center;
  margin-bottom: 1.5rem;
}

/* line 24, app/assets/stylesheets/stoka/_auth.scss */
.stoka-auth__brand h1 {
  font-size: 1.5rem;
  margin: 0.75rem 0 0.25rem;
}

/* line 29, app/assets/stylesheets/stoka/_auth.scss */
.stoka-auth__brand p {
  color: var(--stoka-text-muted);
  font-size: 0.875rem;
  margin: 0 !important;
}

/* line 36, app/assets/stylesheets/stoka/_auth.scss */
.stoka-auth__logo {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--stoka-primary);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.25rem;
}

/* line 49, app/assets/stylesheets/stoka/_auth.scss */
.stoka-auth__links {
  text-align: center;
  margin-top: 1.25rem;
  font-size: 0.875rem;
}

/* line 54, app/assets/stylesheets/stoka/_auth.scss */
.stoka-auth__links a {
  color: var(--stoka-primary);
  font-weight: 500;
}

/* line 2, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.title {
  margin: 0 0 1.25rem !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.75rem !important;
}

/* line 12, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.title-icon {
  width: 44px !important;
  height: 44px !important;
  font-size: 1.5rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--stoka-primary-light) !important;
  color: var(--stoka-primary) !important;
  border-radius: var(--stoka-radius-sm) !important;
}

/* line 24, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.title-text {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  color: var(--stoka-text) !important;
  margin: 0 !important;
}

/* line 33, app/assets/stylesheets/stoka/_legacy_bridge.scss */
nav:not(.stoka-sidebar__nav) {
  background-color: transparent !important;
}

/* line 37, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.stoka-sidebar nav,
.stoka-sidebar__nav {
  background: transparent !important;
  box-shadow: none !important;
}

/* line 44, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.profiler-speed-badge,
.profiler-results,
.profiler-tooltip,
#mini-profiler {
  position: fixed !important;
  z-index: 10050 !important;
}

/* line 54, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.stoka-app .stoka-sidebar nav a:focus,
.stoka-app .stoka-sidebar nav a:active {
  background-color: var(--stoka-primary-light) !important;
  color: var(--stoka-primary) !important;
}

/* line 60, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.stoka-app button:focus:not(.btn):not(.btn-flat):not(.btn-large),
.stoka-app button:active:not(.btn):not(.btn-flat):not(.btn-large) {
  background-color: var(--stoka-primary-light) !important;
  color: var(--stoka-primary) !important;
}

/* line 66, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.stoka-app .waves-ripple {
  background-color: rgba(37, 99, 235, 0.28) !important;
}

/* line 71, app/assets/stylesheets/stoka/_legacy_bridge.scss */
body:has(.stoka-app) {
  padding-top: 0 !important;
}

/* line 75, app/assets/stylesheets/stoka/_legacy_bridge.scss */
body {
  scrollbar-color: var(--stoka-primary) transparent;
}

/* line 79, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.wrapper {
  background-color: transparent !important;
  background-image: none !important;
  min-height: auto !important;
  overflow: visible !important;
}

/* line 86, app/assets/stylesheets/stoka/_legacy_bridge.scss */
footer:not(.stoka-sidebar__footer) {
  background: transparent !important;
  color: var(--stoka-text-muted) !important;
  height: auto !important;
  padding: 1rem !important;
  font-size: 0.8125rem !important;
}

/* line 94, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.container {
  width: 100% !important;
  max-width: 1400px !important;
  padding: 0 !important;
}

/* line 100, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.not_logged_box {
  background: linear-gradient(135deg, #eff6ff 0%, var(--stoka-bg) 50%, #f0fdf4 100%) !important;
  min-height: 100vh !important;
}

/* line 105, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.not_logged_content-form {
  background: var(--stoka-surface) !important;
  border: 1px solid var(--stoka-border) !important;
  border-radius: var(--stoka-radius) !important;
  box-shadow: var(--stoka-shadow-lg) !important;
}

/* line 112, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.not_logged_content-title {
  color: var(--stoka-text) !important;
  text-transform: none !important;
}

/* line 117, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.filters {
  background: var(--stoka-surface) !important;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  box-shadow: none !important;
}

/* line 124, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.filter {
  background: var(--stoka-bg) !important;
  border: 1px solid var(--stoka-border) !important;
  border-radius: var(--stoka-radius-sm) !important;
  box-shadow: none !important;
}

/* line 131, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.card:not(.stoka-auth__card) {
  border-radius: var(--stoka-radius) !important;
  box-shadow: var(--stoka-shadow) !important;
  border: 1px solid var(--stoka-border) !important;
}

/* line 137, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.table_box {
  background: var(--stoka-surface);
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius);
  box-shadow: var(--stoka-shadow);
  overflow: hidden;
  margin-bottom: 1rem;
}

/* line 146, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.btn.light-blue.darken-2,
.btn.blue.darken-2 {
  background-color: var(--stoka-primary) !important;
  border-radius: var(--stoka-radius-sm) !important;
  text-transform: none !important;
  box-shadow: none !important;
}

/* line 154, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.filter-trigger.btn.black,
.filter-trigger.btn.stoka-btn-ghost {
  background: transparent !important;
  color: var(--stoka-text-muted) !important;
  border: 1px solid var(--stoka-border) !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center;
  gap: 0.35rem;
}

/* line 164, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.filter-trigger.btn.black .material-icons,
.filter-trigger.btn.stoka-btn-ghost .material-icons {
  margin: 0;
  float: none;
  line-height: 1;
}

/* line 1, app/assets/stylesheets/stoka/_incidents.scss */
.incident-flow-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

/* line 10, app/assets/stylesheets/stoka/_incidents.scss */
.incident-flow-banner .stoka-link {
  margin-left: auto;
}

/* line 14, app/assets/stylesheets/stoka/_incidents.scss */
.hidden {
  display: none !important;
}

/* line 18, app/assets/stylesheets/stoka/_incidents.scss */
.incident-stock-summary {
  margin: 0;
  padding-left: 1.1rem;
  list-style: disc;
}

/* line 24, app/assets/stylesheets/stoka/_incidents.scss */
.incident-stock-summary li {
  margin: 0.15rem 0;
}

/* line 28, app/assets/stylesheets/stoka/_incidents.scss */
.incident-quantity-gauge {
  margin: 0.5rem 0 0.75rem;
}

/* line 32, app/assets/stylesheets/stoka/_incidents.scss */
.incident-quantity-gauge__header {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

/* line 41, app/assets/stylesheets/stoka/_incidents.scss */
.incident-quantity-gauge__separator {
  color: var(--stoka-text-muted, #94a3b8);
  font-weight: 400;
}

/* line 46, app/assets/stylesheets/stoka/_incidents.scss */
.incident-quantity-gauge__track {
  height: 0.5rem;
  border-radius: 999px;
  background: var(--stoka-surface-muted, #e2e8f0);
  overflow: hidden;
  margin-bottom: 0.35rem;
}

/* line 54, app/assets/stylesheets/stoka/_incidents.scss */
.incident-quantity-gauge__fill {
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: var(--stoka-primary, #2563eb);
  transition: width 0.15s ease, background-color 0.15s ease;
}

/* line 62, app/assets/stylesheets/stoka/_incidents.scss */
.incident-quantity-gauge__fill--medium {
  background: #f59e0b;
}

/* line 66, app/assets/stylesheets/stoka/_incidents.scss */
.incident-quantity-gauge__fill--high {
  background: #dc2626;
}

/* line 70, app/assets/stylesheets/stoka/_incidents.scss */
.incident-quantity-gauge__range {
  width: 100%;
  margin: 0;
  accent-color: var(--stoka-primary, #2563eb);
}

/* line 76, app/assets/stylesheets/stoka/_incidents.scss */
.incident-quantity-input {
  max-width: 8rem;
}

@media (max-width: 600px) {
  /* line 81, app/assets/stylesheets/stoka/_incidents.scss */
  .incident-flow-banner .stoka-link {
    margin-left: 0;
    width: 100%;
  }
}

/* line 2, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__filters {
  margin-bottom: 1.25rem;
}

/* line 6, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__filters-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/stoka/_pending_billing.scss */
  .stoka-pending-billing__filters-grid {
    grid-template-columns: 2fr 1fr 1fr auto;
    align-items: end;
  }
}

/* line 17, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__filters-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  padding-bottom: 0.15rem;
}

/* line 25, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__context {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  margin-bottom: 1.25rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-bg);
  font-size: 0.875rem;
  color: var(--stoka-text-muted);
}

/* line 38, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__context strong {
  color: var(--stoka-text);
}

/* line 43, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/* line 51, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__section-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--stoka-text);
}

/* line 60, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__section-title .material-icons {
  font-size: 1.25rem;
  color: var(--stoka-primary);
}

/* line 66, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__section-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: var(--stoka-text-muted);
}

/* line 74, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__section-billable {
  font-size: 0.75rem;
  color: var(--stoka-text-muted);
}

/* line 79, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__section-toggle {
  cursor: pointer;
}

/* line 83, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__row--error {
  background: #fff7ed !important;
}

/* line 87, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__checkbox-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  cursor: pointer;
}

/* line 95, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__select-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

/* line 102, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__section-toggle-label {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--stoka-text-muted);
  user-select: none;
  cursor: pointer;
  padding-left: 0 !important;
  height: auto !important;
  line-height: 1.2 !important;
}

/* line 115, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing [type="checkbox"] + span:not(.lever)::before,
.stoka-pending-billing [type="checkbox"] + span:not(.lever)::after {
  display: none !important;
  content: none !important;
}

/* line 121, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing [type="checkbox"] + span:not(.lever) {
  padding-left: 0 !important;
  height: auto !important;
  line-height: inherit !important;
}

/* line 127, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__checkbox {
  position: relative !important;
  left: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  appearance: checkbox;
  -webkit-appearance: checkbox;
  width: 1.125rem;
  height: 1.125rem;
  min-width: 1.125rem;
  margin: 0;
  accent-color: var(--stoka-primary);
  cursor: pointer;
}

/* line 143, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem;
  border-top: 1px solid var(--stoka-border);
  background: var(--stoka-bg);
}

/* line 154, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__summary-total {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  color: var(--stoka-text);
}

/* line 162, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__summary-total strong {
  font-size: 1.125rem;
  color: var(--stoka-primary);
}

/* line 168, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__empty {
  padding: 2rem 1.25rem;
  text-align: center;
}

/* line 172, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__empty .material-icons {
  font-size: 2.5rem;
  color: var(--stoka-text-muted);
  margin-bottom: 0.5rem;
}

/* line 178, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__empty p {
  margin: 0;
  color: var(--stoka-text-muted);
  font-size: 0.9375rem;
}

/* line 185, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__pricing-errors {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* line 194, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__pricing-error {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid #fecaca;
  border-radius: var(--stoka-radius-sm);
  background: #fff;
}

/* line 206, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__pricing-error-message {
  flex: 1 1 16rem;
  font-size: 0.875rem;
  color: var(--stoka-text);
}

/* line 212, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__fix-link {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  text-decoration: none;
  text-transform: none;
  font-weight: 500;
  font-size: 0.8125rem;
  padding: 0.35rem 0.65rem;
  line-height: 1.2;
  color: var(--stoka-primary);
  background: var(--stoka-surface);
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  box-shadow: none;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

/* line 230, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__fix-link .material-icons {
  font-size: 1rem;
  margin: 0;
  color: inherit;
}

/* line 236, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__fix-link:hover, .stoka-pending-billing__fix-link:focus {
  background: var(--stoka-bg);
  color: var(--stoka-primary-dark);
  border-color: #cbd5e1;
  text-decoration: none;
}

/* line 2, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoice__meta-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/stoka/_billing_invoices.scss */
  .stoka-billing-invoice__meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  /* line 2, app/assets/stylesheets/stoka/_billing_invoices.scss */
  .stoka-billing-invoice__meta-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* line 16, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoice__totals {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
  padding: 1rem 1.25rem;
  border-top: 1px solid var(--stoka-border);
  background: var(--stoka-bg);
}

/* line 26, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoice__total-row {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 1.5rem;
  width: 100%;
  max-width: 18rem;
  font-size: 0.9375rem;
  color: var(--stoka-text-muted);
}

/* line 36, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoice__total-row span:last-child {
  min-width: 7rem;
  text-align: right;
  color: var(--stoka-text);
  font-variant-numeric: tabular-nums;
}

/* line 43, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoice__total-row--ttc {
  margin-top: 0.25rem;
  padding-top: 0.5rem;
  border-top: 1px dashed var(--stoka-border);
  font-size: 1rem;
  font-weight: 600;
  color: var(--stoka-text);
}

/* line 51, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoice__total-row--ttc span:last-child {
  color: var(--stoka-primary);
  font-size: 1.125rem;
}

/* line 58, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoice__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 1.25rem;
  border-top: 1px solid var(--stoka-border);
  background: var(--stoka-surface);
}

/* line 67, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoice__downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0 1.25rem 1.25rem;
}

/* line 74, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoice__notes {
  padding: 1rem 1.25rem;
  border-top: 1px solid var(--stoka-border);
  font-size: 0.875rem;
  color: var(--stoka-text-muted);
  white-space: pre-wrap;
}

/* line 83, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoices-index__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
}

/* line 90, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoices-index__actions .btn-small {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  height: auto;
  line-height: 1.2;
  padding: 0.3rem 0.55rem;
}

/* line 98, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoices-index__actions .btn-small .material-icons {
  font-size: 1rem;
  margin: 0;
}

/* line 2, app/assets/stylesheets/stoka/_user_invitations.scss */
.stoka-user-invitations__hint {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: var(--stoka-bg);
  border: 1px solid var(--stoka-border);
}

/* line 10, app/assets/stylesheets/stoka/_user_invitations.scss */
.stoka-user-invitations__hint .material-icons {
  flex-shrink: 0;
  font-size: 1.25rem;
  color: var(--stoka-primary);
  margin-top: 0.1rem;
}

/* line 17, app/assets/stylesheets/stoka/_user_invitations.scss */
.stoka-user-invitations__hint p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--stoka-text-muted);
  line-height: 1.5;
}

/* line 23, app/assets/stylesheets/stoka/_user_invitations.scss */
.stoka-user-invitations__hint p strong {
  color: var(--stoka-text);
}

/* line 29, app/assets/stylesheets/stoka/_user_invitations.scss */
.stoka-user-invitations__empty {
  padding: 2.5rem 1.25rem;
  text-align: center;
}

/* line 33, app/assets/stylesheets/stoka/_user_invitations.scss */
.stoka-user-invitations__empty .material-icons {
  font-size: 2.5rem;
  color: var(--stoka-text-muted);
  margin-bottom: 0.75rem;
}

/* line 39, app/assets/stylesheets/stoka/_user_invitations.scss */
.stoka-user-invitations__empty p {
  margin: 0 0 1.25rem;
  color: var(--stoka-text-muted);
  font-size: 0.9375rem;
}

/* line 2, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__filters {
  padding: 1.25rem;
}

/* line 6, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__filters-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/stoka/_custom_documents.scss */
  .stoka-custom-documents__filters-grid {
    grid-template-columns: 2fr 1fr auto;
    align-items: end;
  }
}

/* line 17, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__filters-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  padding-bottom: 0.15rem;
}

/* line 26, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__hint {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: var(--stoka-bg);
  border: 1px solid var(--stoka-border);
}

/* line 34, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__hint .material-icons {
  flex-shrink: 0;
  font-size: 1.25rem;
  color: var(--stoka-primary);
  margin-top: 0.1rem;
}

/* line 41, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__hint p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--stoka-text-muted);
  line-height: 1.5;
}

/* line 47, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__hint p strong,
.stoka-custom-documents__hint p code {
  color: var(--stoka-text);
}

/* line 52, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__hint p code {
  font-size: 0.8125rem;
  padding: 0.1rem 0.35rem;
  border-radius: 0.25rem;
  background: var(--stoka-surface);
  border: 1px solid var(--stoka-border);
}

/* line 62, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__color-swatch {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.35rem;
  background: var(--swatch-color, #2563eb);
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

/* line 72, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

/* line 79, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__empty {
  padding: 2.5rem 1.25rem;
  text-align: center;
}

/* line 83, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__empty .material-icons {
  font-size: 2.5rem;
  color: var(--stoka-text-muted);
  margin-bottom: 0.75rem;
}

/* line 89, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__empty p {
  margin: 0 0 1.25rem;
  color: var(--stoka-text-muted);
  font-size: 0.9375rem;
}

/* line 96, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__color-field {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* line 102, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__color-input {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 10rem;
  padding: 0.25rem;
  height: 2.5rem;
}

/* line 110, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__editor {
  width: 100%;
  min-height: 320px;
  margin-top: 0.75rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.875rem;
  line-height: 1.5;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  padding: 0.75rem;
  resize: vertical;
}
/* line 1, app/assets/stylesheets/stoka/_layout.scss */
.stoka-app {
  display: flex;
  min-height: 100vh;
  background: var(--stoka-bg);
}

/* line 7, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: var(--stoka-sidebar-width);
  background: var(--stoka-surface);
  border-right: 1px solid var(--stoka-border);
  display: flex;
  flex-direction: column;
  z-index: 1000;
  transition: width 0.2s ease, transform 0.2s ease;
  overflow: hidden;
  min-width: 0;
}

/* line 23, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar nav,
.stoka-sidebar .stoka-sidebar__nav {
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  line-height: inherit !important;
  height: auto !important;
  max-width: 100% !important;
}

/* line 33, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar.is-collapsed {
  width: var(--stoka-sidebar-collapsed);
}

/* line 36, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar.is-collapsed .stoka-sidebar__brand-text,
.stoka-sidebar.is-collapsed .stoka-sidebar__label,
.stoka-sidebar.is-collapsed .stoka-sidebar__group-title,
.stoka-sidebar.is-collapsed .stoka-sidebar__group-chevron {
  opacity: 0;
  width: 0;
  overflow: hidden;
}

/* line 45, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar.is-collapsed .stoka-sidebar__brand-link {
  justify-content: center;
}

/* line 49, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar.is-collapsed .stoka-sidebar__collapse-btn {
  position: absolute;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
}

/* line 56, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar.is-collapsed .stoka-sidebar__group-toggle {
  display: none;
}

/* line 60, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar.is-collapsed .stoka-sidebar__group-items {
  display: block !important;
  max-height: none !important;
}

/* line 65, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar.is-collapsed .stoka-sidebar__link {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

/* line 73, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.75rem 0.75rem 0.75rem 1rem;
  border-bottom: 1px solid var(--stoka-border);
  min-height: var(--stoka-topbar-height);
  position: relative;
}

/* line 84, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__brand-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--stoka-text);
  min-width: 0;
  flex: 1;
}

/* line 93, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__brand-link:hover {
  opacity: 0.85;
}

/* line 98, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__collapse-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-bg);
  color: var(--stoka-text-muted);
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  -webkit-tap-highlight-color: transparent;
}

/* line 113, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__collapse-btn:hover {
  background: var(--stoka-primary-light);
  color: var(--stoka-primary);
  border-color: #bfdbfe;
}

/* line 119, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__collapse-btn:focus {
  outline: none;
  box-shadow: none;
}

/* line 124, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__collapse-btn:focus-visible {
  outline: 2px solid var(--stoka-primary);
  outline-offset: 1px;
}

/* line 129, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__collapse-btn:active {
  background: var(--stoka-primary-light) !important;
  color: var(--stoka-primary) !important;
  border-color: #bfdbfe !important;
}

@media (min-width: 993px) {
  /* line 98, app/assets/stylesheets/stoka/_layout.scss */
  .stoka-sidebar__collapse-btn {
    display: inline-flex;
  }
}

/* line 140, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__logo {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--stoka-primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
  flex-shrink: 0;
}

/* line 154, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__brand-text {
  font-weight: 700;
  font-size: 1.125rem;
  white-space: nowrap;
  transition: opacity 0.2s;
}

/* line 161, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__nav {
  flex: 1;
  min-height: 0;
  min-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.5rem 0.5rem 0.75rem;
  scrollbar-gutter: stable;
}

/* line 171, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__top-links {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--stoka-border);
}

/* line 177, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group {
  margin-bottom: 0.25rem;
  min-width: 0;
}

/* line 182, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0.5rem 0.75rem;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: var(--stoka-radius-sm);
  transition: background 0.15s, color 0.15s;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

/* line 199, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-toggle:hover {
  background: var(--stoka-bg);
}

/* line 203, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-toggle:focus {
  outline: none;
  box-shadow: none;
}

/* line 208, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-toggle:focus-visible {
  outline: 2px solid var(--stoka-primary);
  outline-offset: 1px;
}

/* line 213, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-toggle:active {
  background: var(--stoka-primary-light) !important;
  color: var(--stoka-primary);
}

/* line 218, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-toggle.is-open .stoka-sidebar__group-chevron {
  transform: rotate(0deg);
}

/* line 222, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-toggle:not(.is-open) .stoka-sidebar__group-chevron {
  transform: rotate(-90deg);
}

/* line 227, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-chevron {
  font-size: 1.125rem !important;
  color: var(--stoka-text-muted);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

/* line 234, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-items {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.25s ease;
}

/* line 239, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-items.is-open {
  max-height: 800px;
}

/* line 244, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-title {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--stoka-text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 1;
  transition: opacity 0.2s;
  text-align: left;
  padding: 0;
}

/* line 260, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  max-width: 100%;
  padding: 0.625rem 0.75rem;
  border-radius: var(--stoka-radius-sm);
  color: var(--stoka-text-muted);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 2px;
  transition: background 0.15s, color 0.15s;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

/* line 277, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__link i {
  font-size: 1.25rem;
  flex-shrink: 0;
}

/* line 282, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__link:hover {
  background: var(--stoka-bg);
  color: var(--stoka-text);
}

/* line 287, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__link:focus {
  outline: none;
  box-shadow: none;
}

/* line 292, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__link:focus-visible {
  outline: 2px solid var(--stoka-primary);
  outline-offset: 1px;
}

/* line 297, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__link:active {
  background: var(--stoka-primary-light) !important;
  color: var(--stoka-primary) !important;
}

/* line 302, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__link.is-active {
  background: var(--stoka-primary-light);
  color: var(--stoka-primary);
}

/* line 308, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 1;
  transition: opacity 0.2s;
}

/* line 317, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__footer {
  flex-shrink: 0;
  min-width: 0;
  overflow-x: hidden;
  padding: 0.75rem;
  border-top: 1px solid var(--stoka-border);
}

/* line 325, app/assets/stylesheets/stoka/_layout.scss */
.stoka-main {
  flex: 1;
  margin-left: var(--stoka-sidebar-width);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  transition: margin-left 0.2s ease;
}

/* line 333, app/assets/stylesheets/stoka/_layout.scss */
.stoka-app.is-sidebar-collapsed .stoka-main {
  margin-left: var(--stoka-sidebar-collapsed);
}

/* line 338, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar {
  height: var(--stoka-topbar-height);
  background: var(--stoka-surface);
  border-bottom: 1px solid var(--stoka-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.25rem;
  position: sticky;
  top: 0;
  z-index: 1100;
}

/* line 351, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* line 357, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: var(--stoka-radius-sm);
  color: var(--stoka-text-muted);
  display: flex;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 368, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__toggle:hover {
  background: var(--stoka-bg);
  color: var(--stoka-text);
}

/* line 373, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__toggle:focus {
  outline: none;
  box-shadow: none;
}

/* line 378, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__toggle:focus-visible {
  outline: 2px solid var(--stoka-primary);
  outline-offset: 1px;
}

/* line 383, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__toggle:active {
  background: var(--stoka-primary-light) !important;
  color: var(--stoka-primary) !important;
}

/* line 389, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__user {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--stoka-text-muted);
}

/* line 397, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* line 403, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__help {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 999px;
  background: var(--stoka-primary-light);
  color: var(--stoka-primary);
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s, color 0.15s;
  -webkit-tap-highlight-color: transparent;
}

/* line 418, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__help i {
  font-size: 1.25rem;
}

/* line 422, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__help:hover {
  background: var(--stoka-primary);
  color: #fff;
}

/* line 427, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__help:focus {
  outline: none;
  box-shadow: none;
}

/* line 432, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__help:focus-visible {
  outline: 2px solid var(--stoka-primary-dark);
  outline-offset: 2px;
}

/* line 437, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__help:active {
  background: var(--stoka-primary-dark) !important;
  color: #fff !important;
}

/* line 443, app/assets/stylesheets/stoka/_layout.scss */
.stoka-content {
  flex: 1;
  padding: 1.25rem 1.5rem 2rem;
}

/* line 448, app/assets/stylesheets/stoka/_layout.scss */
.stoka-page {
  max-width: 1400px;
  margin: 0 auto;
}

/* line 453, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.4);
  z-index: 999;
}

@media (max-width: 992px) {
  /* line 462, app/assets/stylesheets/stoka/_layout.scss */
  .stoka-sidebar {
    transform: translateX(-100%);
  }
  /* line 465, app/assets/stylesheets/stoka/_layout.scss */
  .stoka-sidebar.is-open {
    transform: translateX(0);
  }
  /* line 470, app/assets/stylesheets/stoka/_layout.scss */
  .stoka-main {
    margin-left: 0 !important;
  }
  /* line 474, app/assets/stylesheets/stoka/_layout.scss */
  .stoka-sidebar-overlay.is-visible {
    display: block;
  }
}

/* line 480, app/assets/stylesheets/stoka/_layout.scss */
.stoka-app--guest .stoka-main {
  margin-left: 0;
}

/* line 485, app/assets/stylesheets/stoka/_layout.scss */
.stoka-footer {
  text-align: center;
  padding: 1rem;
  font-size: 0.8125rem;
  color: var(--stoka-text-muted);
  border-top: 1px solid var(--stoka-border);
  background: var(--stoka-surface);
}

/* line 493, app/assets/stylesheets/stoka/_layout.scss */
.stoka-footer p {
  margin: 0 !important;
}
/* line 2, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.title {
  margin: 0 0 1.25rem !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.75rem !important;
}

/* line 12, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.title-icon {
  width: 44px !important;
  height: 44px !important;
  font-size: 1.5rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--stoka-primary-light) !important;
  color: var(--stoka-primary) !important;
  border-radius: var(--stoka-radius-sm) !important;
}

/* line 24, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.title-text {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  color: var(--stoka-text) !important;
  margin: 0 !important;
}

/* line 33, app/assets/stylesheets/stoka/_legacy_bridge.scss */
nav:not(.stoka-sidebar__nav) {
  background-color: transparent !important;
}

/* line 37, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.stoka-sidebar nav,
.stoka-sidebar__nav {
  background: transparent !important;
  box-shadow: none !important;
}

/* line 44, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.profiler-speed-badge,
.profiler-results,
.profiler-tooltip,
#mini-profiler {
  position: fixed !important;
  z-index: 10050 !important;
}

/* line 54, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.stoka-app .stoka-sidebar nav a:focus,
.stoka-app .stoka-sidebar nav a:active {
  background-color: var(--stoka-primary-light) !important;
  color: var(--stoka-primary) !important;
}

/* line 60, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.stoka-app button:focus:not(.btn):not(.btn-flat):not(.btn-large),
.stoka-app button:active:not(.btn):not(.btn-flat):not(.btn-large) {
  background-color: var(--stoka-primary-light) !important;
  color: var(--stoka-primary) !important;
}

/* line 66, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.stoka-app .waves-ripple {
  background-color: rgba(37, 99, 235, 0.28) !important;
}

/* line 71, app/assets/stylesheets/stoka/_legacy_bridge.scss */
body:has(.stoka-app) {
  padding-top: 0 !important;
}

/* line 75, app/assets/stylesheets/stoka/_legacy_bridge.scss */
body {
  scrollbar-color: var(--stoka-primary) transparent;
}

/* line 79, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.wrapper {
  background-color: transparent !important;
  background-image: none !important;
  min-height: auto !important;
  overflow: visible !important;
}

/* line 86, app/assets/stylesheets/stoka/_legacy_bridge.scss */
footer:not(.stoka-sidebar__footer) {
  background: transparent !important;
  color: var(--stoka-text-muted) !important;
  height: auto !important;
  padding: 1rem !important;
  font-size: 0.8125rem !important;
}

/* line 94, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.container {
  width: 100% !important;
  max-width: 1400px !important;
  padding: 0 !important;
}

/* line 100, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.not_logged_box {
  background: linear-gradient(135deg, #eff6ff 0%, var(--stoka-bg) 50%, #f0fdf4 100%) !important;
  min-height: 100vh !important;
}

/* line 105, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.not_logged_content-form {
  background: var(--stoka-surface) !important;
  border: 1px solid var(--stoka-border) !important;
  border-radius: var(--stoka-radius) !important;
  box-shadow: var(--stoka-shadow-lg) !important;
}

/* line 112, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.not_logged_content-title {
  color: var(--stoka-text) !important;
  text-transform: none !important;
}

/* line 117, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.filters {
  background: var(--stoka-surface) !important;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  box-shadow: none !important;
}

/* line 124, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.filter {
  background: var(--stoka-bg) !important;
  border: 1px solid var(--stoka-border) !important;
  border-radius: var(--stoka-radius-sm) !important;
  box-shadow: none !important;
}

/* line 131, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.card:not(.stoka-auth__card) {
  border-radius: var(--stoka-radius) !important;
  box-shadow: var(--stoka-shadow) !important;
  border: 1px solid var(--stoka-border) !important;
}

/* line 137, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.table_box {
  background: var(--stoka-surface);
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius);
  box-shadow: var(--stoka-shadow);
  overflow: hidden;
  margin-bottom: 1rem;
}

/* line 146, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.btn.light-blue.darken-2,
.btn.blue.darken-2 {
  background-color: var(--stoka-primary) !important;
  border-radius: var(--stoka-radius-sm) !important;
  text-transform: none !important;
  box-shadow: none !important;
}

/* line 154, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.filter-trigger.btn.black,
.filter-trigger.btn.stoka-btn-ghost {
  background: transparent !important;
  color: var(--stoka-text-muted) !important;
  border: 1px solid var(--stoka-border) !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center;
  gap: 0.35rem;
}

/* line 164, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.filter-trigger.btn.black .material-icons,
.filter-trigger.btn.stoka-btn-ghost .material-icons {
  margin: 0;
  float: none;
  line-height: 1;
}
/* line 2, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__filters {
  margin-bottom: 1.25rem;
}

/* line 6, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__filters-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/stoka/_pending_billing.scss */
  .stoka-pending-billing__filters-grid {
    grid-template-columns: 2fr 1fr 1fr auto;
    align-items: end;
  }
}

/* line 17, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__filters-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  padding-bottom: 0.15rem;
}

/* line 25, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__context {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  margin-bottom: 1.25rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-bg);
  font-size: 0.875rem;
  color: var(--stoka-text-muted);
}

/* line 38, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__context strong {
  color: var(--stoka-text);
}

/* line 43, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/* line 51, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__section-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--stoka-text);
}

/* line 60, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__section-title .material-icons {
  font-size: 1.25rem;
  color: var(--stoka-primary);
}

/* line 66, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__section-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: var(--stoka-text-muted);
}

/* line 74, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__section-billable {
  font-size: 0.75rem;
  color: var(--stoka-text-muted);
}

/* line 79, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__section-toggle {
  cursor: pointer;
}

/* line 83, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__row--error {
  background: #fff7ed !important;
}

/* line 87, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__checkbox-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  cursor: pointer;
}

/* line 95, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__select-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

/* line 102, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__section-toggle-label {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--stoka-text-muted);
  user-select: none;
  cursor: pointer;
  padding-left: 0 !important;
  height: auto !important;
  line-height: 1.2 !important;
}

/* line 115, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing [type="checkbox"] + span:not(.lever)::before,
.stoka-pending-billing [type="checkbox"] + span:not(.lever)::after {
  display: none !important;
  content: none !important;
}

/* line 121, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing [type="checkbox"] + span:not(.lever) {
  padding-left: 0 !important;
  height: auto !important;
  line-height: inherit !important;
}

/* line 127, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__checkbox {
  position: relative !important;
  left: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  appearance: checkbox;
  -webkit-appearance: checkbox;
  width: 1.125rem;
  height: 1.125rem;
  min-width: 1.125rem;
  margin: 0;
  accent-color: var(--stoka-primary);
  cursor: pointer;
}

/* line 143, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem;
  border-top: 1px solid var(--stoka-border);
  background: var(--stoka-bg);
}

/* line 154, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__summary-total {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  color: var(--stoka-text);
}

/* line 162, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__summary-total strong {
  font-size: 1.125rem;
  color: var(--stoka-primary);
}

/* line 168, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__empty {
  padding: 2rem 1.25rem;
  text-align: center;
}

/* line 172, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__empty .material-icons {
  font-size: 2.5rem;
  color: var(--stoka-text-muted);
  margin-bottom: 0.5rem;
}

/* line 178, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__empty p {
  margin: 0;
  color: var(--stoka-text-muted);
  font-size: 0.9375rem;
}

/* line 185, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__pricing-errors {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* line 194, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__pricing-error {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid #fecaca;
  border-radius: var(--stoka-radius-sm);
  background: #fff;
}

/* line 206, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__pricing-error-message {
  flex: 1 1 16rem;
  font-size: 0.875rem;
  color: var(--stoka-text);
}

/* line 212, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__fix-link {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  text-decoration: none;
  text-transform: none;
  font-weight: 500;
  font-size: 0.8125rem;
  padding: 0.35rem 0.65rem;
  line-height: 1.2;
  color: var(--stoka-primary);
  background: var(--stoka-surface);
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  box-shadow: none;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

/* line 230, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__fix-link .material-icons {
  font-size: 1rem;
  margin: 0;
  color: inherit;
}

/* line 236, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__fix-link:hover, .stoka-pending-billing__fix-link:focus {
  background: var(--stoka-bg);
  color: var(--stoka-primary-dark);
  border-color: #cbd5e1;
  text-decoration: none;
}
/* line 1, app/assets/stylesheets/stoka/_tokens.scss */
:root {
  --stoka-primary: #2563eb;
  --stoka-primary-dark: #1d4ed8;
  --stoka-primary-light: #dbeafe;
  --stoka-bg: #f8fafc;
  --stoka-surface: #ffffff;
  --stoka-border: #e2e8f0;
  --stoka-text: #0f172a;
  --stoka-text-muted: #64748b;
  --stoka-success: #16a34a;
  --stoka-warning: #ea580c;
  --stoka-danger: #dc2626;
  --stoka-sidebar-width: 240px;
  --stoka-sidebar-collapsed: 64px;
  --stoka-topbar-height: 56px;
  --stoka-radius: 12px;
  --stoka-radius-sm: 8px;
  --stoka-shadow: 0 1px 3px rgba(15, 23, 42, 0.08), 0 1px 2px rgba(15, 23, 42, 0.04);
  --stoka-shadow-lg: 0 10px 25px rgba(15, 23, 42, 0.08);
}
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
/* line 3, app/assets/stylesheets/stoka/_typography.scss */
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--stoka-text);
  -webkit-font-smoothing: antialiased;
}

/* line 9, app/assets/stylesheets/stoka/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: var(--stoka-text);
}

/* line 14, app/assets/stylesheets/stoka/_typography.scss */
.stoka-page-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

/* line 21, app/assets/stylesheets/stoka/_typography.scss */
.stoka-page-subtitle {
  font-size: 0.875rem;
  color: var(--stoka-text-muted);
  margin: 0.25rem 0 0;
}
/* line 2, app/assets/stylesheets/stoka/_user_invitations.scss */
.stoka-user-invitations__hint {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: var(--stoka-bg);
  border: 1px solid var(--stoka-border);
}

/* line 10, app/assets/stylesheets/stoka/_user_invitations.scss */
.stoka-user-invitations__hint .material-icons {
  flex-shrink: 0;
  font-size: 1.25rem;
  color: var(--stoka-primary);
  margin-top: 0.1rem;
}

/* line 17, app/assets/stylesheets/stoka/_user_invitations.scss */
.stoka-user-invitations__hint p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--stoka-text-muted);
  line-height: 1.5;
}

/* line 23, app/assets/stylesheets/stoka/_user_invitations.scss */
.stoka-user-invitations__hint p strong {
  color: var(--stoka-text);
}

/* line 29, app/assets/stylesheets/stoka/_user_invitations.scss */
.stoka-user-invitations__empty {
  padding: 2.5rem 1.25rem;
  text-align: center;
}

/* line 33, app/assets/stylesheets/stoka/_user_invitations.scss */
.stoka-user-invitations__empty .material-icons {
  font-size: 2.5rem;
  color: var(--stoka-text-muted);
  margin-bottom: 0.75rem;
}

/* line 39, app/assets/stylesheets/stoka/_user_invitations.scss */
.stoka-user-invitations__empty p {
  margin: 0 0 1.25rem;
  color: var(--stoka-text-muted);
  font-size: 0.9375rem;
}
/* line 1, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.8125rem;
  color: var(--stoka-text-muted);
  margin-bottom: 0.75rem;
}

/* line 10, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-legend__item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

/* line 16, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-legend__swatch {
  width: 1rem;
  height: 0.375rem;
  border-radius: 999px;
  display: inline-block;
}

/* line 22, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-legend__swatch--baseline {
  background: var(--stoka-success);
}

/* line 26, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-legend__swatch--preview {
  background: var(--stoka-warning);
}

/* line 30, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-legend__swatch--pending-entry {
  background: repeating-linear-gradient(-45deg, #2563eb, #2563eb 3px, #93c5fd 3px, #93c5fd 6px);
}

/* line 40, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-legend__swatch--pending-exit {
  background: repeating-linear-gradient(-45deg, #7c3aed, #7c3aed 3px, #c4b5fd 3px, #c4b5fd 6px);
}

/* line 51, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card {
  min-width: 160px;
  max-width: 250px;
  flex: 1 1 auto;
  margin-bottom: 0;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-surface);
  transition: box-shadow 0.2s ease;
}

/* line 61, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card:hover {
  box-shadow: var(--stoka-shadow);
}

/* line 66, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-aisle-section {
  background: var(--stoka-bg);
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  padding: 1rem;
  margin-bottom: 1.25rem;
}

/* line 74, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-track {
  width: 100%;
  height: 6px;
  background: #e2e8f0;
  border-radius: 999px;
  margin: 0.375rem 0;
  overflow: hidden;
  display: flex;
  position: relative;
}

/* line 85, app/assets/stylesheets/stoka/_warehouse.scss */
.fill-progress-bar--baseline,
.fill-progress-bar--preview,
.fill-progress-bar--pending-entry,
.fill-progress-bar--pending-exit {
  height: 100%;
  transition: width 0.4s ease, background 0.4s ease;
  flex-shrink: 0;
}

/* line 94, app/assets/stylesheets/stoka/_warehouse.scss */
.fill-progress-bar--pending-entry {
  background: repeating-linear-gradient(-45deg, #2563eb, #2563eb 3px, #93c5fd 3px, #93c5fd 6px);
}

/* line 104, app/assets/stylesheets/stoka/_warehouse.scss */
.fill-progress-bar--pending-exit {
  position: absolute;
  top: 0;
  left: calc(var(--projected-end-pct, 0) * 1%);
  border-radius: 0 999px 999px 0;
  background: repeating-linear-gradient(-45deg, #7c3aed, #7c3aed 3px, #c4b5fd 3px, #c4b5fd 6px);
}

/* line 118, app/assets/stylesheets/stoka/_warehouse.scss */
.location-fill-pending-entry {
  display: block;
  font-size: 0.8125rem;
  margin-top: 0.125rem;
  color: #2563eb;
}

/* line 125, app/assets/stylesheets/stoka/_warehouse.scss */
.location-fill-pending-exit {
  display: block;
  font-size: 0.8125rem;
  margin-top: 0.125rem;
  color: #7c3aed;
}

/* line 132, app/assets/stylesheets/stoka/_warehouse.scss */
.fill-progress-bar--baseline {
  border-radius: 999px 0 0 999px;
}

/* line 136, app/assets/stylesheets/stoka/_warehouse.scss */
.fill-progress-bar--preview {
  background-color: var(--stoka-warning);
}

/* line 140, app/assets/stylesheets/stoka/_warehouse.scss */
.location-fill-preview {
  display: block;
  font-size: 0.8125rem;
  color: var(--stoka-warning);
  margin-top: 0.125rem;
}

/* line 147, app/assets/stylesheets/stoka/_warehouse.scss */
.location-fill-over-capacity-preview {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #dc2626;
  margin-top: 0.125rem;
}

/* line 155, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-dual {
  margin: 0.35rem 0 0.5rem;
  padding: 0.5rem 0.55rem;
  border-radius: 6px;
  background: rgba(248, 250, 252, 0.65);
  border: 1px solid var(--stoka-border, #e2e8f0);
}

/* line 163, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-dual__badge {
  display: block;
  margin-bottom: 0.35rem;
}

/* line 168, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-row + .stoka-fill-row {
  margin-top: 0.55rem;
  padding-top: 0.55rem;
  border-top: 1px dashed var(--stoka-border, #e2e8f0);
}

/* line 174, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-row__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.2rem;
}

/* line 182, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-row__label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #475569;
}

/* line 188, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-row__meta {
  font-size: 0.75rem;
  margin-bottom: 0.15rem;
  min-height: 0;
}

/* line 193, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-row__meta:empty {
  display: none;
}

/* line 198, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-row__meta .location-fill-pending-entry,
.stoka-fill-row__meta .location-fill-pending-exit,
.stoka-fill-row__meta .location-fill-preview,
.stoka-fill-row__meta .location-fill-preview-exit,
.stoka-fill-row__meta .location-fill-over-capacity-preview {
  margin-top: 0;
  font-size: 0.75rem;
}

/* line 207, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-scope__pct {
  font-size: 0.8125rem;
  font-weight: 700;
  white-space: nowrap;
}

/* line 213, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-row .stoka-fill-track {
  margin: 0;
}

/* line 217, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card__fill-bars .stoka-fill-dual {
  margin-top: 0;
}

/* line 221, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-storage-mode {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0.75rem 0;
  width: 100%;
}

/* line 228, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-storage-mode label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
  color: var(--stoka-text);
  font-size: 0.875rem;
}

/* line 238, app/assets/stylesheets/stoka/_warehouse.scss */
.warehouse_layout,
.warehouse-cards {
  width: 100%;
  max-width: 100%;
  float: none;
  box-sizing: border-box;
}

/* line 246, app/assets/stylesheets/stoka/_warehouse.scss */
.warehouse-cards .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 251, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-dashboard-tablist {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 260, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-dashboard-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 1rem;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-surface);
  color: var(--stoka-text-muted);
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

/* line 273, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-dashboard-tab .material-icons {
  font-size: 1.125rem;
}

/* line 277, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-dashboard-tab:hover, .stoka-dashboard-tab.is-active {
  background: var(--stoka-primary-light);
  color: var(--stoka-primary);
  border-color: var(--stoka-primary);
}

/* line 285, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-overview-toolbar {
  margin-bottom: 1rem;
}

/* line 289, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-overview-search {
  max-width: 36rem;
}

/* line 293, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-overview-hint {
  font-size: 0.8125rem;
  margin: 0.35rem 0 0;
}

/* line 298, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-overview-site__title {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  margin: 0 0 1rem;
}

/* line 304, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-overview-site__title .material-icons {
  color: var(--stoka-primary);
}

/* line 309, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-level-heading {
  border-bottom: 1px solid var(--stoka-border);
  padding-bottom: 5px;
  margin-bottom: 0.75rem;
}

/* line 315, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-locations-grid {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

/* line 321, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card--full {
  opacity: 0.72;
}

/* line 324, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card--full:hover {
  box-shadow: none;
}

/* line 329, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card--over-capacity,
.stoka-transfer-location-card--over-capacity {
  border-color: #dc2626 !important;
  box-shadow: inset 0 0 0 1px rgba(220, 38, 38, 0.35);
}

/* line 335, app/assets/stylesheets/stoka/_warehouse.scss */
.location-fill-over-capacity,
.location-fill-over-capacity-preview {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #dc2626;
  margin-top: 0.15rem;
}

/* line 344, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card--overview.stoka-location-card--over-capacity {
  background: rgba(220, 38, 38, 0.04);
}

/* line 348, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card--overview {
  text-align: left;
  cursor: pointer;
  padding: 0;
  width: auto;
  display: block;
}

/* line 355, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card--overview:focus-visible {
  outline: 2px solid var(--stoka-primary);
  outline-offset: 2px;
}

/* line 361, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card__meta {
  display: block;
  font-size: 0.8125rem;
  margin-top: 0.35rem;
}

/* line 367, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card--match {
  box-shadow: 0 0 0 2px var(--stoka-primary);
  transform: translateY(-1px);
}

/* line 372, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card--dimmed {
  opacity: 0.35;
  filter: grayscale(0.4);
}

/* line 377, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-detail-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

/* line 384, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-overview-modal {
  max-width: 720px;
  width: 92%;
}

/* line 389, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-location-card {
  min-width: 260px;
  max-width: 340px;
  flex: 1 1 260px;
}

/* line 394, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-location-card .card-content {
  padding: 0;
}

/* line 398, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-location-card__content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* line 404, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-location-card__header {
  padding: 0.75rem 0.875rem 0.625rem;
  border-bottom: 1px solid var(--stoka-border);
  background: linear-gradient(to bottom, var(--stoka-bg), var(--stoka-surface));
}

/* line 410, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-location-card__name {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  color: var(--stoka-text);
  letter-spacing: 0.01em;
}

/* line 418, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-location-card__meta {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.75rem;
  color: var(--stoka-text-muted);
}

/* line 425, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-location-card__fill {
  padding: 0.625rem 0.875rem 0;
}

/* line 429, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-location-card__stats {
  margin-bottom: 0.35rem;
  line-height: 1.35;
}

/* line 435, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-locations-grid--exit {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}

/* line 441, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-stock-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.75rem 0.875rem 0.875rem;
  max-height: 280px;
  overflow-y: auto;
}

/* line 450, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0.5rem 0.625rem;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-surface);
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

/* line 463, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row::before, .stoka-stock-row::after {
  display: none !important;
  content: none !important;
}

/* line 470, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row > span {
  position: static !important;
  padding-left: 0 !important;
  height: auto !important;
  line-height: inherit !important;
}

/* line 476, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row > span::before, .stoka-stock-row > span::after {
  display: none !important;
  content: none !important;
  border: none !important;
  transform: none !important;
  box-shadow: none !important;
  background: none !important;
}

/* line 487, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row:hover {
  border-color: var(--stoka-primary);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

/* line 492, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row--selected {
  border-color: var(--stoka-warning);
  background: rgba(245, 158, 11, 0.08);
  box-shadow: inset 3px 0 0 var(--stoka-warning);
}

/* line 498, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__checkbox {
  position: relative !important;
  left: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  appearance: checkbox;
  -webkit-appearance: checkbox;
  width: 1.125rem;
  height: 1.125rem;
  min-width: 1.125rem;
  margin: 0;
  flex-shrink: 0;
  accent-color: var(--stoka-primary);
  cursor: pointer;
}

/* line 515, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__qty {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex: 0 1 auto;
  min-width: 0;
}

/* line 523, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__icon {
  width: 1.125rem;
  height: 1.125rem;
  object-fit: contain;
  flex-shrink: 0;
}

/* line 530, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__quantity {
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--stoka-text);
  line-height: 1.2;
}

/* line 537, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__unit {
  font-size: 0.8125rem;
  color: var(--stoka-text-muted);
  white-space: nowrap;
}

/* line 543, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__dates {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  gap: 0.3rem;
  min-width: 0;
  margin-left: auto;
}

/* line 553, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__date {
  display: inline-flex;
  align-items: center;
  gap: 0.1rem;
  padding: 0.1rem 0.35rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  line-height: 1.2;
  white-space: nowrap;
  background: var(--stoka-bg);
  color: var(--stoka-text-muted);
  border: 1px solid var(--stoka-border);
}

/* line 566, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__date .material-icons {
  font-size: 0.75rem;
  line-height: 1;
  color: var(--stoka-success);
}

/* line 572, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__date--expiry .material-icons {
  color: #dc2626;
}

/* line 576, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__date--dluo .material-icons {
  color: var(--stoka-warning);
}

/* line 581, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__withdrawal {
  flex: 0 0 auto;
  min-width: 2rem;
  text-align: right;
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--stoka-warning);
}

/* line 589, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__withdrawal--empty {
  display: none;
}

/* line 595, app/assets/stylesheets/stoka/_warehouse.scss */
.fill-progress-bar--preview-exit {
  height: 100%;
  background-color: var(--stoka-warning);
  transition: width 0.3s ease;
  flex-shrink: 0;
}

/* line 602, app/assets/stylesheets/stoka/_warehouse.scss */
.location-fill-preview-exit {
  display: block;
  font-size: 0.8125rem;
  color: var(--stoka-warning);
  margin-top: 0.125rem;
}

/* line 609, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-totals {
  min-height: 1.25rem;
  margin-top: 0.5rem;
}

/* line 614, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-locations-grid--transfer {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}

/* line 620, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0.75rem;
  font-size: 0.8125rem;
  color: var(--stoka-text-muted);
}

/* line 628, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

/* line 634, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__swatch {
  width: 1rem;
  height: 1rem;
  border-radius: 3px;
  border: 1px solid var(--stoka-border);
}

/* line 640, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__swatch--source {
  background: rgba(37, 99, 235, 0.15);
  border-color: var(--stoka-primary);
}

/* line 645, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__swatch--baseline {
  background: var(--stoka-success);
}

/* line 649, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__swatch--pending-entry {
  background: repeating-linear-gradient(-45deg, #2563eb, #2563eb 2px, #93c5fd 2px, #93c5fd 4px);
}

/* line 653, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__swatch--pending-exit {
  background: repeating-linear-gradient(-45deg, #7c3aed, #7c3aed 2px, #c4b5fd 2px, #c4b5fd 4px);
}

/* line 657, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__swatch--dest {
  background: rgba(16, 185, 129, 0.15);
  border-color: var(--stoka-success);
}

/* line 662, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__swatch--planned, .stoka-transfer-legend__swatch--preview {
  background: rgba(245, 158, 11, 0.2);
  border-color: var(--stoka-warning);
}

/* line 668, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__swatch--out {
  background: rgba(239, 68, 68, 0.15);
  border-color: #ef4444;
}

/* line 673, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__swatch--in {
  background: rgba(16, 185, 129, 0.15);
  border-color: var(--stoka-success);
}

/* line 680, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-hint {
  font-size: 0.875rem;
  margin: 0 0 1rem;
}

/* line 685, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card {
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease;
}

/* line 688, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card--drop-target {
  border-color: var(--stoka-success) !important;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.25);
  transform: scale(1.02);
}

/* line 694, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card--incoming {
  box-shadow: inset 0 -3px 0 var(--stoka-success);
}

/* line 698, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card--outgoing {
  box-shadow: inset 0 -3px 0 #ef4444;
}

/* line 702, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card--active-move {
  border-color: var(--stoka-warning) !important;
}

/* line 706, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

/* line 714, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card__fill-bars {
  margin-bottom: 0.5rem;
}

/* line 718, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card__stats {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}

/* line 726, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card .stoka-fill-track--transfer {
  position: relative;
  height: 6px;
  border-radius: 3px;
  background: var(--stoka-border);
  overflow: hidden;
}

/* line 734, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card__name {
  font-weight: 600;
  font-size: 0.9375rem;
}

/* line 739, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card__fill {
  font-size: 0.75rem;
  font-weight: 600;
}

/* line 744, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card__capacity {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}

/* line 751, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card__content {
  padding: 0.75rem !important;
}

/* line 756, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-capacity-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.1rem 0.35rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  background: var(--stoka-bg);
  border: 1px solid var(--stoka-border);
}

/* line 766, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-capacity-badge__icon {
  width: 0.875rem;
  height: 0.875rem;
  object-fit: contain;
}

/* line 773, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-stock-list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

/* line 779, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  width: 100%;
  margin: 0;
  padding: 0.4rem 0.5rem;
  border: 1px solid #c8e6c9;
  border-radius: var(--stoka-radius-sm);
  background: rgba(16, 185, 129, 0.08);
  cursor: grab;
  text-align: left;
  font: inherit;
  color: inherit;
  user-select: none;
}

/* line 795, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source:active {
  cursor: grabbing;
}

/* line 799, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source--dragging {
  opacity: 0.45;
  border-style: dashed;
  border-color: var(--stoka-primary);
}

/* line 805, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source--outgoing {
  border-color: #fca5a5;
  background: rgba(239, 68, 68, 0.08);
}

/* line 810, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source--depleted {
  opacity: 0.55;
  cursor: not-allowed;
}

/* line 815, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source__drag-hint {
  margin-left: auto;
  font-size: 1.125rem !important;
  color: var(--stoka-text-muted);
  opacity: 0.5;
}

/* line 822, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source__out-badge {
  margin-left: auto;
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #b91c1c;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
  white-space: nowrap;
}

/* line 834, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source__icon {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
}

/* line 840, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source__qty {
  font-weight: 700;
}

/* line 844, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source__unit {
  font-size: 0.8125rem;
  color: var(--stoka-text-muted);
}

/* line 850, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-empty {
  font-size: 0.8125rem;
  font-style: italic;
}

/* line 855, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-stocks--dragging .stoka-transfer-location-card:not(.stoka-transfer-location-card--drop-target) {
  opacity: 0.92;
}

/* line 859, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-move-overlay {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px dashed var(--stoka-border);
}

/* line 868, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-move-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem;
  padding: 0.3rem 0.45rem;
  border-radius: var(--stoka-radius-sm);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.3;
}

/* line 879, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-move-badge--out {
  color: #b91c1c;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
}

/* line 885, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-move-badge--in {
  color: #047857;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.35);
}

/* line 891, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-move-badge .stoka-transfer-move-remove {
  flex-shrink: 0;
  border: none;
  background: transparent;
  color: inherit;
  font-size: 1.125rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.7;
  padding: 0 0.15rem;
}

/* line 902, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-move-badge .stoka-transfer-move-remove:hover {
  opacity: 1;
}

/* line 908, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-incoming-preview {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.5rem;
  border: 1px dashed var(--stoka-success);
  border-radius: var(--stoka-radius-sm);
  background: rgba(16, 185, 129, 0.1);
  font-size: 0.8125rem;
}

/* line 918, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-incoming-preview__qty {
  font-weight: 700;
  color: #047857;
}

/* line 923, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-incoming-preview__unit {
  color: var(--stoka-text-muted);
}

/* line 928, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

/* line 937, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-modal.hide {
  display: none !important;
}

/* line 941, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
}

/* line 947, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 24rem;
  padding: 1.25rem !important;
  margin: 0 !important;
  border-radius: var(--stoka-radius) !important;
  box-shadow: var(--stoka-shadow-lg) !important;
}

/* line 958, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

/* line 966, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-modal__summary {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--stoka-text);
}

/* line 973, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-modal__qty-field {
  margin-bottom: 0.5rem;
}

/* line 977, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-modal__max {
  display: block;
  font-size: 0.8125rem;
  margin-top: 0.25rem;
}

/* line 983, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 1rem;
}

/* line 991, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-status {
  min-height: 1.25rem;
}

/* line 995, app/assets/stylesheets/stoka/_warehouse.scss */
.no-stock-alert {
  padding: 1rem;
  background: var(--stoka-bg);
  border: 1px dashed var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  color: var(--stoka-text-muted);
}
/* line 1, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-section {
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius);
  padding: 1.25rem;
  background: var(--stoka-bg);
  overflow: visible;
}

/* line 8, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-section__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

/* line 17, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-section__title {
  margin: 0;
}

/* line 22, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-kpi-grid--warehouse {
  margin-bottom: 1.25rem;
}

/* line 26, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-quick {
  padding: 1rem 0;
  border-top: 1px solid var(--stoka-border);
  border-bottom: 1px solid var(--stoka-border);
  margin-bottom: 1.25rem;
}

/* line 32, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-quick__title {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--stoka-text);
}

/* line 39, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-quick__actions {
  margin-top: 0.75rem;
}

/* line 43, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-quick .stoka-form-grid--4 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
}

@media (min-width: 768px) {
  /* line 43, app/assets/stylesheets/stoka/_warehouse_editor.scss */
  .stoka-warehouse-editor-quick .stoka-form-grid--4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  /* line 43, app/assets/stylesheets/stoka/_warehouse_editor.scss */
  .stoka-warehouse-editor-quick .stoka-form-grid--4 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/* line 59, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-manual__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

/* line 68, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-manual__title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--stoka-text);
}

/* line 76, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-view-toggle {
  display: inline-flex;
  gap: 0.25rem;
  padding: 0.25rem;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-surface);
}

/* line 84, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-view-toggle__btn {
  min-width: auto;
  padding: 0.35rem 0.5rem;
  line-height: 1;
}

/* line 89, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-view-toggle__btn .material-icons {
  font-size: 1.25rem;
}

/* line 93, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-view-toggle__btn--active {
  background: var(--stoka-primary-light, #eff6ff);
  color: var(--stoka-primary);
  border-color: var(--stoka-primary);
}

/* line 101, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor__scroll {
  width: 100%;
}

/* line 104, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor__scroll--horizontal {
  overflow-x: auto;
  padding-bottom: 0.5rem;
}

/* line 110, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor {
  width: 100%;
}

/* line 113, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor .btn-add-aisle {
  margin-bottom: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  max-width: 100%;
  white-space: normal;
  line-height: 1.25;
  height: auto;
  min-height: 2.25rem;
}

/* line 124, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor .btn-add-aisle .material-icons.left {
  float: none;
  margin-right: 0 !important;
  flex-shrink: 0;
}

/* line 131, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor__aisles {
  min-width: 0;
}

/* line 136, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor--vertical .stoka-warehouse-editor__aisles {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 142, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor--vertical .stoka-warehouse-aisle {
  width: 100%;
  max-width: none;
}

/* line 149, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor--horizontal .stoka-warehouse-editor__scroll, .stoka-warehouse-editor--horizontal.stoka-warehouse-editor__scroll {
  overflow-x: auto;
}

/* line 154, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor--horizontal .stoka-warehouse-editor__aisles {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
  padding-bottom: 0.5rem;
}

/* line 162, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor--horizontal .stoka-warehouse-aisle {
  flex: 0 0 280px;
  width: 280px;
  max-width: 280px;
}

/* line 170, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-aisle {
  background: var(--stoka-bg);
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  margin-bottom: 0;
  padding: 1rem;
  overflow: visible;
}

/* line 178, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-aisle__header, .stoka-warehouse-aisle__levels {
  margin-bottom: 0.75rem;
}

/* line 183, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-aisle__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--stoka-border);
}

/* line 193, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-aisle__fields {
  display: grid;
  grid-template-columns: 1fr 6rem;
  gap: 0.5rem 0.75rem;
  flex: 1 1 12rem;
  min-width: 0;
}

/* line 201, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-aisle__actions {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
}

/* line 209, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-aisle__levels .add-level {
  margin-bottom: 0.5rem;
}

/* line 213, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-aisle__levels .nested-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* line 221, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-level {
  padding: 0.75rem;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-surface);
  overflow: visible;
}

/* line 228, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-level__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed var(--stoka-border);
}

/* line 239, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-level__fields {
  display: grid;
  grid-template-columns: 1fr 5rem;
  gap: 0.5rem;
  flex: 1 1 10rem;
  min-width: 0;
}

/* line 247, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-level__actions {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

/* line 254, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-level__locations .add-location {
  margin-bottom: 0.5rem;
}

/* line 258, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-level__locations .nested-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* line 265, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-level__locations .add-location {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  max-width: 100%;
  white-space: normal;
  line-height: 1.25;
  height: auto;
  min-height: 2.25rem;
  padding: 0.5rem 0.75rem;
  box-sizing: border-box;
}

/* line 277, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-level__locations .add-location .material-icons.left {
  float: none;
  margin-right: 0 !important;
  flex-shrink: 0;
}

/* line 285, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-aisle__levels .add-level {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  max-width: 100%;
  white-space: normal;
  line-height: 1.25;
  height: auto;
  min-height: 2.25rem;
  padding: 0.5rem 0.75rem;
  box-sizing: border-box;
}

/* line 297, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-aisle__levels .add-level .material-icons.left {
  float: none;
  margin-right: 0 !important;
  flex-shrink: 0;
}

/* line 304, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-location {
  padding: 0.75rem;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-bg);
  overflow: visible;
}

/* line 311, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-location__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

/* line 320, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-location__fields {
  display: grid;
  grid-template-columns: 1fr 5rem;
  gap: 0.5rem;
  flex: 1 1 10rem;
  min-width: 0;
}

/* line 328, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-location__actions {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

/* line 334, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-location__dims {
  margin-top: 0.25rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (max-width: 599px) {
  /* line 334, app/assets/stylesheets/stoka/_warehouse_editor.scss */
  .stoka-warehouse-location__dims {
    grid-template-columns: 1fr;
  }
}

/* line 346, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-dim-field {
  min-width: 0;
}

/* line 349, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-dim-field__label {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

/* line 354, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-dim-field__label .material-icons {
  font-size: 1rem;
  color: var(--stoka-text-muted);
}

/* line 360, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-dim-field .stoka-form-field__input {
  width: 100%;
}

/* line 365, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor--horizontal {
  overflow-x: auto;
}

/* line 368, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor--horizontal .stoka-warehouse-editor__scroll {
  overflow-x: visible;
}

/* line 374, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-section .tag-select-hover .tag-select {
  z-index: 200;
}

/* line 379, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-form-card:has(.stoka-warehouse-editor-section) {
  overflow: visible;
}

/* line 383, app/assets/stylesheets/stoka/_warehouse_editor.scss */
#reset-warehouse {
  margin: 0;
}
/* line 4, app/assets/stylesheets/tags.scss */
.tags_form_color_input {
  height: 40px;
}

@media (max-width: 425px) {
  /* line 4, app/assets/stylesheets/tags.scss */
  .tags_form_color_input {
    width: 100%;
  }
}
/* line 3, app/assets/stylesheets/warehouses.scss */
.ipt_quick_create_warehouse {
  width: 100% !important;
  text-align: right;
}

/* line 8, app/assets/stylesheets/warehouses.scss */
.align_right {
  text-align: right;
}
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
/* line 1, app/assets/stylesheets/stoka/_tokens.scss */
:root {
  --stoka-primary: #2563eb;
  --stoka-primary-dark: #1d4ed8;
  --stoka-primary-light: #dbeafe;
  --stoka-bg: #f8fafc;
  --stoka-surface: #ffffff;
  --stoka-border: #e2e8f0;
  --stoka-text: #0f172a;
  --stoka-text-muted: #64748b;
  --stoka-success: #16a34a;
  --stoka-warning: #ea580c;
  --stoka-danger: #dc2626;
  --stoka-sidebar-width: 240px;
  --stoka-sidebar-collapsed: 64px;
  --stoka-topbar-height: 56px;
  --stoka-radius: 12px;
  --stoka-radius-sm: 8px;
  --stoka-shadow: 0 1px 3px rgba(15, 23, 42, 0.08), 0 1px 2px rgba(15, 23, 42, 0.04);
  --stoka-shadow-lg: 0 10px 25px rgba(15, 23, 42, 0.08);
}

/* line 3, app/assets/stylesheets/stoka/_typography.scss */
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--stoka-text);
  -webkit-font-smoothing: antialiased;
}

/* line 9, app/assets/stylesheets/stoka/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: var(--stoka-text);
}

/* line 14, app/assets/stylesheets/stoka/_typography.scss */
.stoka-page-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

/* line 21, app/assets/stylesheets/stoka/_typography.scss */
.stoka-page-subtitle {
  font-size: 0.875rem;
  color: var(--stoka-text-muted);
  margin: 0.25rem 0 0;
}

/* line 1, app/assets/stylesheets/stoka/_layout.scss */
.stoka-app {
  display: flex;
  min-height: 100vh;
  background: var(--stoka-bg);
}

/* line 7, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: var(--stoka-sidebar-width);
  background: var(--stoka-surface);
  border-right: 1px solid var(--stoka-border);
  display: flex;
  flex-direction: column;
  z-index: 1000;
  transition: width 0.2s ease, transform 0.2s ease;
  overflow: hidden;
  min-width: 0;
}

/* line 23, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar nav,
.stoka-sidebar .stoka-sidebar__nav {
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  line-height: inherit !important;
  height: auto !important;
  max-width: 100% !important;
}

/* line 33, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar.is-collapsed {
  width: var(--stoka-sidebar-collapsed);
}

/* line 36, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar.is-collapsed .stoka-sidebar__brand-text,
.stoka-sidebar.is-collapsed .stoka-sidebar__label,
.stoka-sidebar.is-collapsed .stoka-sidebar__group-title,
.stoka-sidebar.is-collapsed .stoka-sidebar__group-chevron {
  opacity: 0;
  width: 0;
  overflow: hidden;
}

/* line 45, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar.is-collapsed .stoka-sidebar__brand-link {
  justify-content: center;
}

/* line 49, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar.is-collapsed .stoka-sidebar__collapse-btn {
  position: absolute;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
}

/* line 56, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar.is-collapsed .stoka-sidebar__group-toggle {
  display: none;
}

/* line 60, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar.is-collapsed .stoka-sidebar__group-items {
  display: block !important;
  max-height: none !important;
}

/* line 65, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar.is-collapsed .stoka-sidebar__link {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

/* line 73, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.75rem 0.75rem 0.75rem 1rem;
  border-bottom: 1px solid var(--stoka-border);
  min-height: var(--stoka-topbar-height);
  position: relative;
}

/* line 84, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__brand-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--stoka-text);
  min-width: 0;
  flex: 1;
}

/* line 93, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__brand-link:hover {
  opacity: 0.85;
}

/* line 98, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__collapse-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-bg);
  color: var(--stoka-text-muted);
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  -webkit-tap-highlight-color: transparent;
}

/* line 113, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__collapse-btn:hover {
  background: var(--stoka-primary-light);
  color: var(--stoka-primary);
  border-color: #bfdbfe;
}

/* line 119, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__collapse-btn:focus {
  outline: none;
  box-shadow: none;
}

/* line 124, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__collapse-btn:focus-visible {
  outline: 2px solid var(--stoka-primary);
  outline-offset: 1px;
}

/* line 129, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__collapse-btn:active {
  background: var(--stoka-primary-light) !important;
  color: var(--stoka-primary) !important;
  border-color: #bfdbfe !important;
}

@media (min-width: 993px) {
  /* line 98, app/assets/stylesheets/stoka/_layout.scss */
  .stoka-sidebar__collapse-btn {
    display: inline-flex;
  }
}

/* line 140, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__logo {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--stoka-primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
  flex-shrink: 0;
}

/* line 154, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__brand-text {
  font-weight: 700;
  font-size: 1.125rem;
  white-space: nowrap;
  transition: opacity 0.2s;
}

/* line 161, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__nav {
  flex: 1;
  min-height: 0;
  min-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.5rem 0.5rem 0.75rem;
  scrollbar-gutter: stable;
}

/* line 171, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__top-links {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--stoka-border);
}

/* line 177, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group {
  margin-bottom: 0.25rem;
  min-width: 0;
}

/* line 182, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0.5rem 0.75rem;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: var(--stoka-radius-sm);
  transition: background 0.15s, color 0.15s;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

/* line 199, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-toggle:hover {
  background: var(--stoka-bg);
}

/* line 203, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-toggle:focus {
  outline: none;
  box-shadow: none;
}

/* line 208, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-toggle:focus-visible {
  outline: 2px solid var(--stoka-primary);
  outline-offset: 1px;
}

/* line 213, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-toggle:active {
  background: var(--stoka-primary-light) !important;
  color: var(--stoka-primary);
}

/* line 218, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-toggle.is-open .stoka-sidebar__group-chevron {
  transform: rotate(0deg);
}

/* line 222, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-toggle:not(.is-open) .stoka-sidebar__group-chevron {
  transform: rotate(-90deg);
}

/* line 227, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-chevron {
  font-size: 1.125rem !important;
  color: var(--stoka-text-muted);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

/* line 234, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-items {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.25s ease;
}

/* line 239, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-items.is-open {
  max-height: 800px;
}

/* line 244, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__group-title {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--stoka-text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 1;
  transition: opacity 0.2s;
  text-align: left;
  padding: 0;
}

/* line 260, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  max-width: 100%;
  padding: 0.625rem 0.75rem;
  border-radius: var(--stoka-radius-sm);
  color: var(--stoka-text-muted);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 2px;
  transition: background 0.15s, color 0.15s;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

/* line 277, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__link i {
  font-size: 1.25rem;
  flex-shrink: 0;
}

/* line 282, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__link:hover {
  background: var(--stoka-bg);
  color: var(--stoka-text);
}

/* line 287, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__link:focus {
  outline: none;
  box-shadow: none;
}

/* line 292, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__link:focus-visible {
  outline: 2px solid var(--stoka-primary);
  outline-offset: 1px;
}

/* line 297, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__link:active {
  background: var(--stoka-primary-light) !important;
  color: var(--stoka-primary) !important;
}

/* line 302, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__link.is-active {
  background: var(--stoka-primary-light);
  color: var(--stoka-primary);
}

/* line 308, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 1;
  transition: opacity 0.2s;
}

/* line 317, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar__footer {
  flex-shrink: 0;
  min-width: 0;
  overflow-x: hidden;
  padding: 0.75rem;
  border-top: 1px solid var(--stoka-border);
}

/* line 325, app/assets/stylesheets/stoka/_layout.scss */
.stoka-main {
  flex: 1;
  margin-left: var(--stoka-sidebar-width);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  transition: margin-left 0.2s ease;
}

/* line 333, app/assets/stylesheets/stoka/_layout.scss */
.stoka-app.is-sidebar-collapsed .stoka-main {
  margin-left: var(--stoka-sidebar-collapsed);
}

/* line 338, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar {
  height: var(--stoka-topbar-height);
  background: var(--stoka-surface);
  border-bottom: 1px solid var(--stoka-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.25rem;
  position: sticky;
  top: 0;
  z-index: 1100;
}

/* line 351, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* line 357, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: var(--stoka-radius-sm);
  color: var(--stoka-text-muted);
  display: flex;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 368, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__toggle:hover {
  background: var(--stoka-bg);
  color: var(--stoka-text);
}

/* line 373, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__toggle:focus {
  outline: none;
  box-shadow: none;
}

/* line 378, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__toggle:focus-visible {
  outline: 2px solid var(--stoka-primary);
  outline-offset: 1px;
}

/* line 383, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__toggle:active {
  background: var(--stoka-primary-light) !important;
  color: var(--stoka-primary) !important;
}

/* line 389, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__user {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--stoka-text-muted);
}

/* line 397, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* line 403, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__help {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 999px;
  background: var(--stoka-primary-light);
  color: var(--stoka-primary);
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s, color 0.15s;
  -webkit-tap-highlight-color: transparent;
}

/* line 418, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__help i {
  font-size: 1.25rem;
}

/* line 422, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__help:hover {
  background: var(--stoka-primary);
  color: #fff;
}

/* line 427, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__help:focus {
  outline: none;
  box-shadow: none;
}

/* line 432, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__help:focus-visible {
  outline: 2px solid var(--stoka-primary-dark);
  outline-offset: 2px;
}

/* line 437, app/assets/stylesheets/stoka/_layout.scss */
.stoka-topbar__help:active {
  background: var(--stoka-primary-dark) !important;
  color: #fff !important;
}

/* line 443, app/assets/stylesheets/stoka/_layout.scss */
.stoka-content {
  flex: 1;
  padding: 1.25rem 1.5rem 2rem;
}

/* line 448, app/assets/stylesheets/stoka/_layout.scss */
.stoka-page {
  max-width: 1400px;
  margin: 0 auto;
}

/* line 453, app/assets/stylesheets/stoka/_layout.scss */
.stoka-sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.4);
  z-index: 999;
}

@media (max-width: 992px) {
  /* line 462, app/assets/stylesheets/stoka/_layout.scss */
  .stoka-sidebar {
    transform: translateX(-100%);
  }
  /* line 465, app/assets/stylesheets/stoka/_layout.scss */
  .stoka-sidebar.is-open {
    transform: translateX(0);
  }
  /* line 470, app/assets/stylesheets/stoka/_layout.scss */
  .stoka-main {
    margin-left: 0 !important;
  }
  /* line 474, app/assets/stylesheets/stoka/_layout.scss */
  .stoka-sidebar-overlay.is-visible {
    display: block;
  }
}

/* line 480, app/assets/stylesheets/stoka/_layout.scss */
.stoka-app--guest .stoka-main {
  margin-left: 0;
}

/* line 485, app/assets/stylesheets/stoka/_layout.scss */
.stoka-footer {
  text-align: center;
  padding: 1rem;
  font-size: 0.8125rem;
  color: var(--stoka-text-muted);
  border-top: 1px solid var(--stoka-border);
  background: var(--stoka-surface);
}

/* line 493, app/assets/stylesheets/stoka/_layout.scss */
.stoka-footer p {
  margin: 0 !important;
}

/* line 1, app/assets/stylesheets/stoka/_components.scss */
.stoka-card {
  background: var(--stoka-surface);
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius);
  box-shadow: var(--stoka-shadow);
  padding: 1.25rem;
  margin-bottom: 1rem;
}

/* line 10, app/assets/stylesheets/stoka/_components.scss */
.stoka-card--flush {
  padding: 0;
  overflow: hidden;
}

/* line 14, app/assets/stylesheets/stoka/_components.scss */
.stoka-card--flush .stoka-card__header {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--stoka-border);
}

/* line 19, app/assets/stylesheets/stoka/_components.scss */
.stoka-card--flush table {
  margin: 0;
}

/* line 24, app/assets/stylesheets/stoka/_components.scss */
.stoka-card--flush .stoka-table-wrap,
.stoka-card--flush .table_box,
.stoka-card--flush .stoka-table-wrap.table_box {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

/* line 35, app/assets/stylesheets/stoka/_components.scss */
.stoka-page-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

/* line 44, app/assets/stylesheets/stoka/_components.scss */
.stoka-page-header__main {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* line 50, app/assets/stylesheets/stoka/_components.scss */
.stoka-page-header__icon {
  width: 44px;
  height: 44px;
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-primary-light);
  color: var(--stoka-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 60, app/assets/stylesheets/stoka/_components.scss */
.stoka-page-header__icon i {
  font-size: 1.5rem;
}

/* line 65, app/assets/stylesheets/stoka/_components.scss */
.stoka-page-header__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

/* line 72, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

/* line 79, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi {
  background: var(--stoka-surface);
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius);
  padding: 1.25rem;
  box-shadow: var(--stoka-shadow);
}

/* line 86, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi__label {
  font-size: 0.8125rem;
  color: var(--stoka-text-muted);
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 96, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi__value {
  font-size: 2rem;
  font-weight: 700;
  color: var(--stoka-text);
  line-height: 1;
}

/* line 103, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi__meta {
  font-size: 0.8125rem;
  color: var(--stoka-text-muted);
  margin-top: 0.5rem;
}

/* line 109, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi--primary {
  border-color: var(--stoka-primary-light);
  background: linear-gradient(135deg, var(--stoka-surface) 0%, var(--stoka-primary-light) 100%);
}

/* line 113, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi--primary .stoka-kpi__value {
  color: var(--stoka-primary);
}

/* line 118, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi--accent {
  border-color: #bfdbfe;
  background: linear-gradient(135deg, var(--stoka-surface) 0%, #eff6ff 100%);
}

/* line 122, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi--accent .stoka-kpi__value {
  color: #1d4ed8;
}

/* line 125, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi--success {
  border-color: #bbf7d0;
  background: linear-gradient(135deg, var(--stoka-surface) 0%, #f0fdf4 100%);
}

/* line 129, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi--success .stoka-kpi__value {
  color: var(--stoka-success);
}

/* line 132, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi--warning {
  border-color: #fed7aa;
  background: linear-gradient(135deg, var(--stoka-surface) 0%, #fff7ed 100%);
}

/* line 136, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi--warning .stoka-kpi__value {
  color: var(--stoka-warning);
}

/* line 139, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi__progress {
  margin-top: 0.75rem;
  height: 6px;
  background: var(--stoka-border);
  border-radius: 999px;
  overflow: hidden;
}

/* line 146, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi__progress span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--stoka-primary), #60a5fa);
  border-radius: 999px;
  transition: width 0.4s ease;
}

/* line 156, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi-grid--home {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

/* line 160, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi-grid--home-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  /* line 160, app/assets/stylesheets/stoka/_components.scss */
  .stoka-kpi-grid--home-facts {
    grid-template-columns: 1fr;
  }
}

/* line 169, app/assets/stylesheets/stoka/_components.scss */
.stoka-kpi-grid--home-dynamic {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

@media (max-width: 1400px) {
  /* line 169, app/assets/stylesheets/stoka/_components.scss */
  .stoka-kpi-grid--home-dynamic {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
}

/* line 177, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (max-width: 900px) {
  /* line 177, app/assets/stylesheets/stoka/_components.scss */
  .stoka-home-grid {
    grid-template-columns: 1fr;
  }
}

/* line 188, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-panel__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1rem;
  color: var(--stoka-text);
}

/* line 195, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

/* line 202, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-panel__head .stoka-home-panel__title {
  margin: 0;
}

/* line 205, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-panel--wide {
  grid-column: 1 / -1;
}

/* line 210, app/assets/stylesheets/stoka/_components.scss */
.stoka-quick-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

/* line 216, app/assets/stylesheets/stoka/_components.scss */
.stoka-quick-action {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  color: var(--stoka-text);
  background: var(--stoka-bg);
  transition: border-color 0.15s, box-shadow 0.15s;
}

/* line 227, app/assets/stylesheets/stoka/_components.scss */
.stoka-quick-action i {
  color: var(--stoka-primary);
}

/* line 229, app/assets/stylesheets/stoka/_components.scss */
.stoka-quick-action:hover {
  border-color: var(--stoka-primary);
  box-shadow: var(--stoka-shadow);
}

/* line 235, app/assets/stylesheets/stoka/_components.scss */
.stoka-location-ranking {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 240, app/assets/stylesheets/stoka/_components.scss */
.stoka-location-ranking__item + .stoka-location-ranking__item {
  margin-top: 0.85rem;
}

/* line 242, app/assets/stylesheets/stoka/_components.scss */
.stoka-location-ranking__label {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.8125rem;
  margin-bottom: 0.35rem;
}

/* line 249, app/assets/stylesheets/stoka/_components.scss */
.stoka-location-ranking__label span {
  color: var(--stoka-text-muted);
}

/* line 252, app/assets/stylesheets/stoka/_components.scss */
.stoka-location-ranking__bar span {
  background: linear-gradient(90deg, #34d399, var(--stoka-success));
}

/* line 257, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding {
  margin-bottom: 1.5rem;
  border: 1px solid #bfdbfe;
  background: linear-gradient(135deg, #fff 0%, #eff6ff 100%);
}

/* line 262, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid var(--stoka-border);
}

/* line 273, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding__intro {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  flex: 1;
  min-width: 240px;
}

/* line 281, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--stoka-primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 290, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding__icon i {
  color: var(--stoka-primary);
}

/* line 293, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding__title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
}

/* line 299, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding__subtitle {
  margin: 0;
  font-size: 0.875rem;
  color: var(--stoka-text-muted);
}

/* line 305, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding__progress-wrap {
  min-width: 140px;
  text-align: right;
}

/* line 310, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding__progress-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--stoka-primary);
  margin-bottom: 0.35rem;
}

/* line 318, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding__progress {
  height: 8px;
  border-radius: 999px;
}

/* line 323, app/assets/stylesheets/stoka/_components.scss */
.stoka-home-onboarding .onboarding-steps {
  padding: 0.5rem 0 0;
}

/* line 328, app/assets/stylesheets/stoka/_components.scss */
.stoka-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 500;
  background: var(--stoka-bg);
  color: var(--stoka-text-muted);
  border: 1px solid var(--stoka-border);
}

/* line 339, app/assets/stylesheets/stoka/_components.scss */
.stoka-badge--success {
  background: #dcfce7;
  color: #166534;
  border-color: #bbf7d0;
}

/* line 340, app/assets/stylesheets/stoka/_components.scss */
.stoka-badge--warning {
  background: #ffedd5;
  color: #9a3412;
  border-color: #fed7aa;
}

/* line 341, app/assets/stylesheets/stoka/_components.scss */
.stoka-badge--danger {
  background: #fee2e2;
  color: #991b1b;
  border-color: #fecaca;
}

/* line 342, app/assets/stylesheets/stoka/_components.scss */
.stoka-badge--primary {
  background: var(--stoka-primary-light);
  color: var(--stoka-primary);
  border-color: #bfdbfe;
}

/* line 345, app/assets/stylesheets/stoka/_components.scss */
.stoka-flash {
  padding: 0.75rem 1rem;
  border-radius: var(--stoka-radius-sm);
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
}

/* line 352, app/assets/stylesheets/stoka/_components.scss */
.stoka-flash--notice {
  background: #dcfce7;
  color: #166534;
  border: 1px solid #bbf7d0;
}

/* line 358, app/assets/stylesheets/stoka/_components.scss */
.stoka-flash--alert {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

/* line 365, app/assets/stylesheets/stoka/_components.scss */
.stoka-table-wrap {
  overflow-x: auto;
}

/* line 368, app/assets/stylesheets/stoka/_components.scss */
.stoka-card--flush .stoka-table-wrap {
  overflow: hidden;
}

/* line 376, app/assets/stylesheets/stoka/_components.scss */
table.stoka-table td,
table.stoka-table th,
.stoka-card table.highlight td,
.stoka-card table.highlight th,
.stoka-card table.striped td,
.stoka-card table.striped th {
  border-radius: 0;
}

/* line 381, app/assets/stylesheets/stoka/_components.scss */
table.stoka-table thead,
.stoka-card table.highlight thead,
.stoka-card table.striped thead {
  position: sticky;
  top: 0;
  z-index: 2;
}

/* line 386, app/assets/stylesheets/stoka/_components.scss */
table.stoka-table thead th,
.stoka-card table.highlight thead th,
.stoka-card table.striped thead th {
  background: #f1f5f9 !important;
  color: var(--stoka-text-muted) !important;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-bottom: 1px solid var(--stoka-border) !important;
}

/* line 395, app/assets/stylesheets/stoka/_components.scss */
table.stoka-table thead th:hover:not(.not_sortable),
.stoka-card table.highlight thead th:hover:not(.not_sortable),
.stoka-card table.striped thead th:hover:not(.not_sortable) {
  background: #e2e8f0 !important;
  color: var(--stoka-text) !important;
}

/* line 402, app/assets/stylesheets/stoka/_components.scss */
table.stoka-table tbody tr,
.stoka-card table.highlight tbody tr,
.stoka-card table.striped tbody tr {
  transition: background 0.1s;
}

/* line 405, app/assets/stylesheets/stoka/_components.scss */
table.stoka-table tbody tr:hover,
.stoka-card table.highlight tbody tr:hover,
.stoka-card table.striped tbody tr:hover {
  background: #f8fafc !important;
}

/* line 409, app/assets/stylesheets/stoka/_components.scss */
table.stoka-table tbody tr:last-child,
.stoka-card table.highlight tbody tr:last-child,
.stoka-card table.striped tbody tr:last-child {
  border-bottom: none;
}

/* line 415, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-primary,
.stoka-btn-primary.btn {
  background-color: var(--stoka-primary) !important;
  border-radius: var(--stoka-radius-sm) !important;
  text-transform: none !important;
  font-weight: 500 !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  line-height: 1;
}

/* line 428, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-primary .material-icons,
.stoka-btn-primary.btn .material-icons {
  font-size: 1.15rem;
  line-height: 1;
  margin: 0;
  float: none;
}

/* line 435, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-primary:hover,
.stoka-btn-primary.btn:hover {
  background-color: var(--stoka-primary-dark) !important;
}

/* line 440, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-ghost,
.stoka-btn-ghost.btn {
  background: transparent !important;
  color: var(--stoka-text-muted) !important;
  box-shadow: none !important;
  border: 1px solid var(--stoka-border) !important;
  border-radius: var(--stoka-radius-sm) !important;
  text-transform: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  line-height: 1;
}

/* line 454, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-ghost .material-icons,
.stoka-btn-ghost.btn .material-icons {
  font-size: 1.15rem;
  line-height: 1;
  margin: 0;
  float: none;
}

/* line 461, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-ghost:hover,
.stoka-btn-ghost.btn:hover {
  background: var(--stoka-bg) !important;
  color: var(--stoka-text) !important;
}

/* line 467, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-danger,
.stoka-btn-danger.btn {
  background-color: #dc2626 !important;
  color: #fff !important;
  border-radius: var(--stoka-radius-sm) !important;
  text-transform: none !important;
  font-weight: 500 !important;
  box-shadow: none !important;
  border: none !important;
}

/* line 477, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-danger:hover,
.stoka-btn-danger.btn:hover {
  background-color: #b91c1c !important;
  color: #fff !important;
}

/* line 482, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-danger.stoka-btn-danger--icon,
.stoka-btn-danger.btn.stoka-btn-danger--icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  padding: 0 0.5rem;
  line-height: 1;
}

/* line 490, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-danger.stoka-btn-danger--icon .material-icons,
.stoka-btn-danger.btn.stoka-btn-danger--icon .material-icons {
  font-size: 1.15rem;
  line-height: 1;
  margin: 0;
}

/* line 497, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-danger.stoka-btn-danger--labeled,
.stoka-btn-danger.btn.stoka-btn-danger--labeled {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  line-height: 1;
}

/* line 504, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-danger.stoka-btn-danger--labeled .material-icons,
.stoka-btn-danger.btn.stoka-btn-danger--labeled .material-icons {
  font-size: 1.15rem;
  line-height: 1;
  margin: 0;
}

/* line 512, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-ghost.stoka-btn-icon,
.stoka-btn-ghost.stoka-btn-icon.btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  padding: 0 0.4rem;
  line-height: 1;
}

/* line 521, app/assets/stylesheets/stoka/_components.scss */
.btn.stoka-btn-ghost.stoka-btn-icon .material-icons,
.stoka-btn-ghost.stoka-btn-icon.btn .material-icons {
  font-size: 1.15rem;
  line-height: 1;
  margin: 0;
}

/* line 528, app/assets/stylesheets/stoka/_components.scss */
.stoka-table-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}

/* line 536, app/assets/stylesheets/stoka/_components.scss */
.stoka-inline-form {
  display: inline;
  margin: 0;
}

/* line 541, app/assets/stylesheets/stoka/_components.scss */
.chip {
  border-radius: 999px !important;
  font-weight: 500 !important;
  font-size: 0.75rem !important;
  height: auto !important;
  line-height: 1.4 !important;
  padding: 0.25rem 0.65rem !important;
  text-shadow: none !important;
}

/* line 551, app/assets/stylesheets/stoka/_components.scss */
.tabs.stoka-tabs .tab a {
  color: var(--stoka-text-muted) !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

/* line 557, app/assets/stylesheets/stoka/_components.scss */
.tabs.stoka-tabs .tab a.active,
.tabs.stoka-tabs .tab a:hover {
  background: var(--stoka-primary-light) !important;
  color: var(--stoka-primary) !important;
}

/* line 563, app/assets/stylesheets/stoka/_components.scss */
.tabs.stoka-tabs .indicator {
  background-color: var(--stoka-primary) !important;
}

/* line 567, app/assets/stylesheets/stoka/_components.scss */
.pagination li.active {
  background-color: var(--stoka-primary) !important;
}

/* line 1, app/assets/stylesheets/stoka/_forms.scss */
.input-field input:focus + label,
.input-field textarea:focus + label,
.input-field .select-wrapper input:focus + label {
  color: var(--stoka-primary) !important;
}

/* line 7, app/assets/stylesheets/stoka/_forms.scss */
.input-field input:focus,
.input-field textarea:focus {
  border-bottom: 1px solid var(--stoka-primary) !important;
  box-shadow: 0 1px 0 0 var(--stoka-primary) !important;
}

/* line 13, app/assets/stylesheets/stoka/_forms.scss */
.browser-default,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="datetime-local"],
select.browser-default,
textarea.browser-default {
  border: 1px solid var(--stoka-border) !important;
  border-radius: var(--stoka-radius-sm) !important;
  padding: 0.5rem 0.75rem !important;
  background: var(--stoka-surface) !important;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.875rem;
  color: var(--stoka-text);
}

/* line 31, app/assets/stylesheets/stoka/_forms.scss */
.browser-default:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
select.browser-default:focus,
textarea.browser-default:focus {
  outline: none;
  border-color: var(--stoka-primary) !important;
  box-shadow: 0 0 0 2px var(--stoka-primary-light) !important;
}

/* line 38, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-section {
  margin-bottom: 1.5rem;
}

/* line 41, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-section__title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--stoka-text);
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--stoka-border);
}

/* line 51, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 600px) {
  /* line 51, app/assets/stylesheets/stoka/_forms.scss */
  .stoka-form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  /* line 51, app/assets/stylesheets/stoka/_forms.scss */
  .stoka-form-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 600px) {
  /* line 64, app/assets/stylesheets/stoka/_forms.scss */
  .stoka-form-grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  /* line 70, app/assets/stylesheets/stoka/_forms.scss */
  .stoka-form-grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* line 76, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-grid__full {
  grid-column: 1 / -1;
}

@media (min-width: 600px) {
  /* line 80, app/assets/stylesheets/stoka/_forms.scss */
  .stoka-form-grid__span-2 {
    grid-column: span 2;
  }
}

/* line 87, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

/* line 93, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-field__label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--stoka-text);
  margin: 0;
}

/* line 100, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-field__hint {
  font-size: 0.75rem;
  color: var(--stoka-text-muted);
  margin: 0;
}

/* line 106, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-field__input {
  width: 100%;
}

/* line 110, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-field--inline-icon {
  position: relative;
}

/* line 113, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-field--inline-icon .material-icons {
  position: absolute;
  left: 0.65rem;
  top: 2.1rem;
  font-size: 1.125rem;
  color: var(--stoka-text-muted);
  pointer-events: none;
}

/* line 122, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-field--inline-icon input,
.stoka-form-field--inline-icon select,
.stoka-form-field--inline-icon textarea {
  padding-left: 2.25rem !important;
}

/* line 130, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.75rem 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-bg);
  margin-bottom: 0.5rem;
  min-width: 0;
  box-sizing: border-box;
}

/* line 143, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-row__check {
  flex: 0 0 auto;
  min-width: 0;
}

/* line 147, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-row__check label {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
  font-size: 0.875rem;
  color: var(--stoka-text);
  margin: 0;
}

/* line 156, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-row__check label [type="checkbox"] {
  margin-right: 0.25rem;
}

/* line 160, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-row__check label img {
  vertical-align: middle;
}

/* line 166, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-row__dims {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  flex: 1 1 12rem;
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 599px) {
  /* line 166, app/assets/stylesheets/stoka/_forms.scss */
  .stoka-form-row__dims {
    grid-template-columns: 1fr;
    flex-basis: 100%;
  }
}

/* line 181, app/assets/stylesheets/stoka/_forms.scss */
.stoka-nested-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  align-items: end;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-bg);
}

@media (min-width: 768px) {
  /* line 181, app/assets/stylesheets/stoka/_forms.scss */
  .stoka-nested-fields {
    grid-template-columns: 1fr 1fr auto;
  }
}

/* line 197, app/assets/stylesheets/stoka/_forms.scss */
.stoka-nested-fields--block {
  display: block;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1rem;
}

/* line 204, app/assets/stylesheets/stoka/_forms.scss */
.stoka-nested-fields--block .added_product,
.stoka-nested-fields--block .stoka-card {
  width: 100%;
  box-sizing: border-box;
}

/* line 211, app/assets/stylesheets/stoka/_forms.scss */
.stoka-nested-fields__remove {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 0.25rem;
}

/* line 219, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
}

/* line 228, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-actions--bordered {
  border-top: 1px solid var(--stoka-border);
}

/* line 234, app/assets/stylesheets/stoka/_forms.scss */
.stoka-form-card .stoka-form-section:last-of-type {
  margin-bottom: 0;
}

/* line 239, app/assets/stylesheets/stoka/_forms.scss */
.stoka-business-select__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
}

/* line 247, app/assets/stylesheets/stoka/_forms.scss */
.stoka-business-select__label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 255, app/assets/stylesheets/stoka/_forms.scss */
.stoka-business-select__recent {
  flex-shrink: 0;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--stoka-text-muted);
  background: var(--stoka-bg);
  border: 1px solid var(--stoka-border);
  border-radius: 999px;
  padding: 0.125rem 0.4rem;
  line-height: 1.2;
}

/* line 269, app/assets/stylesheets/stoka/_forms.scss */
.select2-container--default .select2-selection--single {
  border: 1px solid var(--stoka-border) !important;
  border-radius: var(--stoka-radius-sm) !important;
  min-height: 2.375rem;
  display: flex;
  align-items: center;
}

/* line 277, app/assets/stylesheets/stoka/_forms.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--stoka-text) !important;
  line-height: 1.4 !important;
  padding-left: 0.75rem !important;
}

/* line 283, app/assets/stylesheets/stoka/_forms.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
}

/* line 287, app/assets/stylesheets/stoka/_forms.scss */
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--stoka-primary) !important;
  box-shadow: 0 0 0 2px var(--stoka-primary-light) !important;
}

/* line 293, app/assets/stylesheets/stoka/_forms.scss */
.stoka-select2-dropdown.select2-dropdown {
  border: 1px solid var(--stoka-border) !important;
  border-radius: var(--stoka-radius-sm) !important;
  box-shadow: var(--stoka-shadow-lg);
  overflow: hidden;
  padding: 0;
}

/* line 301, app/assets/stylesheets/stoka/_forms.scss */
.stoka-select2-dropdown .select2-search--dropdown {
  padding: 0.5rem 0.625rem;
  border-bottom: 1px solid var(--stoka-border);
  background: var(--stoka-bg);
}

/* line 307, app/assets/stylesheets/stoka/_forms.scss */
.stoka-select2-dropdown .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--stoka-border) !important;
  border-radius: var(--stoka-radius-sm) !important;
  box-shadow: none !important;
  padding: 0.375rem 0.625rem !important;
  font-size: 0.875rem;
  color: var(--stoka-text);
  background: var(--stoka-surface) !important;
  outline: none;
  width: 100% !important;
  margin: 0;
}

/* line 319, app/assets/stylesheets/stoka/_forms.scss */
.stoka-select2-dropdown .select2-search--dropdown .select2-search__field:focus {
  border-color: var(--stoka-primary) !important;
  box-shadow: 0 0 0 2px var(--stoka-primary-light) !important;
}

/* line 325, app/assets/stylesheets/stoka/_forms.scss */
.stoka-select2-dropdown .select2-results__option {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
}

/* line 330, app/assets/stylesheets/stoka/_forms.scss */
.stoka-select2-dropdown .select2-results__option--selectable {
  color: var(--stoka-text);
}

/* line 334, app/assets/stylesheets/stoka/_forms.scss */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--stoka-primary-light) !important;
  color: var(--stoka-text) !important;
}

/* line 340, app/assets/stylesheets/stoka/_forms.scss */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable .stoka-business-select__recent {
  color: var(--stoka-primary-dark);
  background: var(--stoka-surface);
  border-color: var(--stoka-primary);
}

/* line 347, app/assets/stylesheets/stoka/_forms.scss */
.select2-dropdown {
  border: 1px solid var(--stoka-border) !important;
  border-radius: var(--stoka-radius-sm) !important;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

/* line 353, app/assets/stylesheets/stoka/_forms.scss */
.select2-container {
  width: 100% !important;
}

/* line 1, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.8125rem;
  color: var(--stoka-text-muted);
  margin-bottom: 0.75rem;
}

/* line 10, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-legend__item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

/* line 16, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-legend__swatch {
  width: 1rem;
  height: 0.375rem;
  border-radius: 999px;
  display: inline-block;
}

/* line 22, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-legend__swatch--baseline {
  background: var(--stoka-success);
}

/* line 26, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-legend__swatch--preview {
  background: var(--stoka-warning);
}

/* line 30, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-legend__swatch--pending-entry {
  background: repeating-linear-gradient(-45deg, #2563eb, #2563eb 3px, #93c5fd 3px, #93c5fd 6px);
}

/* line 40, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-legend__swatch--pending-exit {
  background: repeating-linear-gradient(-45deg, #7c3aed, #7c3aed 3px, #c4b5fd 3px, #c4b5fd 6px);
}

/* line 51, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card {
  min-width: 160px;
  max-width: 250px;
  flex: 1 1 auto;
  margin-bottom: 0;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-surface);
  transition: box-shadow 0.2s ease;
}

/* line 61, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card:hover {
  box-shadow: var(--stoka-shadow);
}

/* line 66, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-aisle-section {
  background: var(--stoka-bg);
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  padding: 1rem;
  margin-bottom: 1.25rem;
}

/* line 74, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-track {
  width: 100%;
  height: 6px;
  background: #e2e8f0;
  border-radius: 999px;
  margin: 0.375rem 0;
  overflow: hidden;
  display: flex;
  position: relative;
}

/* line 85, app/assets/stylesheets/stoka/_warehouse.scss */
.fill-progress-bar--baseline,
.fill-progress-bar--preview,
.fill-progress-bar--pending-entry,
.fill-progress-bar--pending-exit {
  height: 100%;
  transition: width 0.4s ease, background 0.4s ease;
  flex-shrink: 0;
}

/* line 94, app/assets/stylesheets/stoka/_warehouse.scss */
.fill-progress-bar--pending-entry {
  background: repeating-linear-gradient(-45deg, #2563eb, #2563eb 3px, #93c5fd 3px, #93c5fd 6px);
}

/* line 104, app/assets/stylesheets/stoka/_warehouse.scss */
.fill-progress-bar--pending-exit {
  position: absolute;
  top: 0;
  left: calc(var(--projected-end-pct, 0) * 1%);
  border-radius: 0 999px 999px 0;
  background: repeating-linear-gradient(-45deg, #7c3aed, #7c3aed 3px, #c4b5fd 3px, #c4b5fd 6px);
}

/* line 118, app/assets/stylesheets/stoka/_warehouse.scss */
.location-fill-pending-entry {
  display: block;
  font-size: 0.8125rem;
  margin-top: 0.125rem;
  color: #2563eb;
}

/* line 125, app/assets/stylesheets/stoka/_warehouse.scss */
.location-fill-pending-exit {
  display: block;
  font-size: 0.8125rem;
  margin-top: 0.125rem;
  color: #7c3aed;
}

/* line 132, app/assets/stylesheets/stoka/_warehouse.scss */
.fill-progress-bar--baseline {
  border-radius: 999px 0 0 999px;
}

/* line 136, app/assets/stylesheets/stoka/_warehouse.scss */
.fill-progress-bar--preview {
  background-color: var(--stoka-warning);
}

/* line 140, app/assets/stylesheets/stoka/_warehouse.scss */
.location-fill-preview {
  display: block;
  font-size: 0.8125rem;
  color: var(--stoka-warning);
  margin-top: 0.125rem;
}

/* line 147, app/assets/stylesheets/stoka/_warehouse.scss */
.location-fill-over-capacity-preview {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #dc2626;
  margin-top: 0.125rem;
}

/* line 155, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-dual {
  margin: 0.35rem 0 0.5rem;
  padding: 0.5rem 0.55rem;
  border-radius: 6px;
  background: rgba(248, 250, 252, 0.65);
  border: 1px solid var(--stoka-border, #e2e8f0);
}

/* line 163, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-dual__badge {
  display: block;
  margin-bottom: 0.35rem;
}

/* line 168, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-row + .stoka-fill-row {
  margin-top: 0.55rem;
  padding-top: 0.55rem;
  border-top: 1px dashed var(--stoka-border, #e2e8f0);
}

/* line 174, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-row__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.2rem;
}

/* line 182, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-row__label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #475569;
}

/* line 188, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-row__meta {
  font-size: 0.75rem;
  margin-bottom: 0.15rem;
  min-height: 0;
}

/* line 193, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-row__meta:empty {
  display: none;
}

/* line 198, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-row__meta .location-fill-pending-entry,
.stoka-fill-row__meta .location-fill-pending-exit,
.stoka-fill-row__meta .location-fill-preview,
.stoka-fill-row__meta .location-fill-preview-exit,
.stoka-fill-row__meta .location-fill-over-capacity-preview {
  margin-top: 0;
  font-size: 0.75rem;
}

/* line 207, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-scope__pct {
  font-size: 0.8125rem;
  font-weight: 700;
  white-space: nowrap;
}

/* line 213, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-fill-row .stoka-fill-track {
  margin: 0;
}

/* line 217, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card__fill-bars .stoka-fill-dual {
  margin-top: 0;
}

/* line 221, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-storage-mode {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0.75rem 0;
  width: 100%;
}

/* line 228, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-storage-mode label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
  color: var(--stoka-text);
  font-size: 0.875rem;
}

/* line 238, app/assets/stylesheets/stoka/_warehouse.scss */
.warehouse_layout,
.warehouse-cards {
  width: 100%;
  max-width: 100%;
  float: none;
  box-sizing: border-box;
}

/* line 246, app/assets/stylesheets/stoka/_warehouse.scss */
.warehouse-cards .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 251, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-dashboard-tablist {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 260, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-dashboard-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 1rem;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-surface);
  color: var(--stoka-text-muted);
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

/* line 273, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-dashboard-tab .material-icons {
  font-size: 1.125rem;
}

/* line 277, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-dashboard-tab:hover, .stoka-dashboard-tab.is-active {
  background: var(--stoka-primary-light);
  color: var(--stoka-primary);
  border-color: var(--stoka-primary);
}

/* line 285, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-overview-toolbar {
  margin-bottom: 1rem;
}

/* line 289, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-overview-search {
  max-width: 36rem;
}

/* line 293, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-overview-hint {
  font-size: 0.8125rem;
  margin: 0.35rem 0 0;
}

/* line 298, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-overview-site__title {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  margin: 0 0 1rem;
}

/* line 304, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-overview-site__title .material-icons {
  color: var(--stoka-primary);
}

/* line 309, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-level-heading {
  border-bottom: 1px solid var(--stoka-border);
  padding-bottom: 5px;
  margin-bottom: 0.75rem;
}

/* line 315, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-locations-grid {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

/* line 321, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card--full {
  opacity: 0.72;
}

/* line 324, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card--full:hover {
  box-shadow: none;
}

/* line 329, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card--over-capacity,
.stoka-transfer-location-card--over-capacity {
  border-color: #dc2626 !important;
  box-shadow: inset 0 0 0 1px rgba(220, 38, 38, 0.35);
}

/* line 335, app/assets/stylesheets/stoka/_warehouse.scss */
.location-fill-over-capacity,
.location-fill-over-capacity-preview {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #dc2626;
  margin-top: 0.15rem;
}

/* line 344, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card--overview.stoka-location-card--over-capacity {
  background: rgba(220, 38, 38, 0.04);
}

/* line 348, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card--overview {
  text-align: left;
  cursor: pointer;
  padding: 0;
  width: auto;
  display: block;
}

/* line 355, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card--overview:focus-visible {
  outline: 2px solid var(--stoka-primary);
  outline-offset: 2px;
}

/* line 361, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card__meta {
  display: block;
  font-size: 0.8125rem;
  margin-top: 0.35rem;
}

/* line 367, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card--match {
  box-shadow: 0 0 0 2px var(--stoka-primary);
  transform: translateY(-1px);
}

/* line 372, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-location-card--dimmed {
  opacity: 0.35;
  filter: grayscale(0.4);
}

/* line 377, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-detail-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

/* line 384, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-warehouse-overview-modal {
  max-width: 720px;
  width: 92%;
}

/* line 389, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-location-card {
  min-width: 260px;
  max-width: 340px;
  flex: 1 1 260px;
}

/* line 394, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-location-card .card-content {
  padding: 0;
}

/* line 398, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-location-card__content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* line 404, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-location-card__header {
  padding: 0.75rem 0.875rem 0.625rem;
  border-bottom: 1px solid var(--stoka-border);
  background: linear-gradient(to bottom, var(--stoka-bg), var(--stoka-surface));
}

/* line 410, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-location-card__name {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  color: var(--stoka-text);
  letter-spacing: 0.01em;
}

/* line 418, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-location-card__meta {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.75rem;
  color: var(--stoka-text-muted);
}

/* line 425, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-location-card__fill {
  padding: 0.625rem 0.875rem 0;
}

/* line 429, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-location-card__stats {
  margin-bottom: 0.35rem;
  line-height: 1.35;
}

/* line 435, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-locations-grid--exit {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}

/* line 441, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-stock-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.75rem 0.875rem 0.875rem;
  max-height: 280px;
  overflow-y: auto;
}

/* line 450, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0.5rem 0.625rem;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-surface);
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

/* line 463, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row::before, .stoka-stock-row::after {
  display: none !important;
  content: none !important;
}

/* line 470, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row > span {
  position: static !important;
  padding-left: 0 !important;
  height: auto !important;
  line-height: inherit !important;
}

/* line 476, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row > span::before, .stoka-stock-row > span::after {
  display: none !important;
  content: none !important;
  border: none !important;
  transform: none !important;
  box-shadow: none !important;
  background: none !important;
}

/* line 487, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row:hover {
  border-color: var(--stoka-primary);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

/* line 492, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row--selected {
  border-color: var(--stoka-warning);
  background: rgba(245, 158, 11, 0.08);
  box-shadow: inset 3px 0 0 var(--stoka-warning);
}

/* line 498, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__checkbox {
  position: relative !important;
  left: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  appearance: checkbox;
  -webkit-appearance: checkbox;
  width: 1.125rem;
  height: 1.125rem;
  min-width: 1.125rem;
  margin: 0;
  flex-shrink: 0;
  accent-color: var(--stoka-primary);
  cursor: pointer;
}

/* line 515, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__qty {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex: 0 1 auto;
  min-width: 0;
}

/* line 523, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__icon {
  width: 1.125rem;
  height: 1.125rem;
  object-fit: contain;
  flex-shrink: 0;
}

/* line 530, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__quantity {
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--stoka-text);
  line-height: 1.2;
}

/* line 537, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__unit {
  font-size: 0.8125rem;
  color: var(--stoka-text-muted);
  white-space: nowrap;
}

/* line 543, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__dates {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  gap: 0.3rem;
  min-width: 0;
  margin-left: auto;
}

/* line 553, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__date {
  display: inline-flex;
  align-items: center;
  gap: 0.1rem;
  padding: 0.1rem 0.35rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  line-height: 1.2;
  white-space: nowrap;
  background: var(--stoka-bg);
  color: var(--stoka-text-muted);
  border: 1px solid var(--stoka-border);
}

/* line 566, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__date .material-icons {
  font-size: 0.75rem;
  line-height: 1;
  color: var(--stoka-success);
}

/* line 572, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__date--expiry .material-icons {
  color: #dc2626;
}

/* line 576, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__date--dluo .material-icons {
  color: var(--stoka-warning);
}

/* line 581, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__withdrawal {
  flex: 0 0 auto;
  min-width: 2rem;
  text-align: right;
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--stoka-warning);
}

/* line 589, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-stock-row__withdrawal--empty {
  display: none;
}

/* line 595, app/assets/stylesheets/stoka/_warehouse.scss */
.fill-progress-bar--preview-exit {
  height: 100%;
  background-color: var(--stoka-warning);
  transition: width 0.3s ease;
  flex-shrink: 0;
}

/* line 602, app/assets/stylesheets/stoka/_warehouse.scss */
.location-fill-preview-exit {
  display: block;
  font-size: 0.8125rem;
  color: var(--stoka-warning);
  margin-top: 0.125rem;
}

/* line 609, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-exit-totals {
  min-height: 1.25rem;
  margin-top: 0.5rem;
}

/* line 614, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-locations-grid--transfer {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}

/* line 620, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0.75rem;
  font-size: 0.8125rem;
  color: var(--stoka-text-muted);
}

/* line 628, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

/* line 634, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__swatch {
  width: 1rem;
  height: 1rem;
  border-radius: 3px;
  border: 1px solid var(--stoka-border);
}

/* line 640, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__swatch--source {
  background: rgba(37, 99, 235, 0.15);
  border-color: var(--stoka-primary);
}

/* line 645, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__swatch--baseline {
  background: var(--stoka-success);
}

/* line 649, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__swatch--pending-entry {
  background: repeating-linear-gradient(-45deg, #2563eb, #2563eb 2px, #93c5fd 2px, #93c5fd 4px);
}

/* line 653, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__swatch--pending-exit {
  background: repeating-linear-gradient(-45deg, #7c3aed, #7c3aed 2px, #c4b5fd 2px, #c4b5fd 4px);
}

/* line 657, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__swatch--dest {
  background: rgba(16, 185, 129, 0.15);
  border-color: var(--stoka-success);
}

/* line 662, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__swatch--planned, .stoka-transfer-legend__swatch--preview {
  background: rgba(245, 158, 11, 0.2);
  border-color: var(--stoka-warning);
}

/* line 668, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__swatch--out {
  background: rgba(239, 68, 68, 0.15);
  border-color: #ef4444;
}

/* line 673, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-legend__swatch--in {
  background: rgba(16, 185, 129, 0.15);
  border-color: var(--stoka-success);
}

/* line 680, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-hint {
  font-size: 0.875rem;
  margin: 0 0 1rem;
}

/* line 685, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card {
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease;
}

/* line 688, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card--drop-target {
  border-color: var(--stoka-success) !important;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.25);
  transform: scale(1.02);
}

/* line 694, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card--incoming {
  box-shadow: inset 0 -3px 0 var(--stoka-success);
}

/* line 698, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card--outgoing {
  box-shadow: inset 0 -3px 0 #ef4444;
}

/* line 702, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card--active-move {
  border-color: var(--stoka-warning) !important;
}

/* line 706, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

/* line 714, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card__fill-bars {
  margin-bottom: 0.5rem;
}

/* line 718, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card__stats {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}

/* line 726, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card .stoka-fill-track--transfer {
  position: relative;
  height: 6px;
  border-radius: 3px;
  background: var(--stoka-border);
  overflow: hidden;
}

/* line 734, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card__name {
  font-weight: 600;
  font-size: 0.9375rem;
}

/* line 739, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card__fill {
  font-size: 0.75rem;
  font-weight: 600;
}

/* line 744, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card__capacity {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}

/* line 751, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-location-card__content {
  padding: 0.75rem !important;
}

/* line 756, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-capacity-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.1rem 0.35rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  background: var(--stoka-bg);
  border: 1px solid var(--stoka-border);
}

/* line 766, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-capacity-badge__icon {
  width: 0.875rem;
  height: 0.875rem;
  object-fit: contain;
}

/* line 773, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-stock-list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

/* line 779, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  width: 100%;
  margin: 0;
  padding: 0.4rem 0.5rem;
  border: 1px solid #c8e6c9;
  border-radius: var(--stoka-radius-sm);
  background: rgba(16, 185, 129, 0.08);
  cursor: grab;
  text-align: left;
  font: inherit;
  color: inherit;
  user-select: none;
}

/* line 795, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source:active {
  cursor: grabbing;
}

/* line 799, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source--dragging {
  opacity: 0.45;
  border-style: dashed;
  border-color: var(--stoka-primary);
}

/* line 805, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source--outgoing {
  border-color: #fca5a5;
  background: rgba(239, 68, 68, 0.08);
}

/* line 810, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source--depleted {
  opacity: 0.55;
  cursor: not-allowed;
}

/* line 815, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source__drag-hint {
  margin-left: auto;
  font-size: 1.125rem !important;
  color: var(--stoka-text-muted);
  opacity: 0.5;
}

/* line 822, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source__out-badge {
  margin-left: auto;
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #b91c1c;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
  white-space: nowrap;
}

/* line 834, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source__icon {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
}

/* line 840, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source__qty {
  font-weight: 700;
}

/* line 844, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-source__unit {
  font-size: 0.8125rem;
  color: var(--stoka-text-muted);
}

/* line 850, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-empty {
  font-size: 0.8125rem;
  font-style: italic;
}

/* line 855, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-stocks--dragging .stoka-transfer-location-card:not(.stoka-transfer-location-card--drop-target) {
  opacity: 0.92;
}

/* line 859, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-move-overlay {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px dashed var(--stoka-border);
}

/* line 868, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-move-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem;
  padding: 0.3rem 0.45rem;
  border-radius: var(--stoka-radius-sm);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.3;
}

/* line 879, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-move-badge--out {
  color: #b91c1c;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
}

/* line 885, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-move-badge--in {
  color: #047857;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.35);
}

/* line 891, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-move-badge .stoka-transfer-move-remove {
  flex-shrink: 0;
  border: none;
  background: transparent;
  color: inherit;
  font-size: 1.125rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.7;
  padding: 0 0.15rem;
}

/* line 902, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-move-badge .stoka-transfer-move-remove:hover {
  opacity: 1;
}

/* line 908, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-incoming-preview {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.5rem;
  border: 1px dashed var(--stoka-success);
  border-radius: var(--stoka-radius-sm);
  background: rgba(16, 185, 129, 0.1);
  font-size: 0.8125rem;
}

/* line 918, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-incoming-preview__qty {
  font-weight: 700;
  color: #047857;
}

/* line 923, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-incoming-preview__unit {
  color: var(--stoka-text-muted);
}

/* line 928, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

/* line 937, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-modal.hide {
  display: none !important;
}

/* line 941, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
}

/* line 947, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 24rem;
  padding: 1.25rem !important;
  margin: 0 !important;
  border-radius: var(--stoka-radius) !important;
  box-shadow: var(--stoka-shadow-lg) !important;
}

/* line 958, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

/* line 966, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-modal__summary {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--stoka-text);
}

/* line 973, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-modal__qty-field {
  margin-bottom: 0.5rem;
}

/* line 977, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-modal__max {
  display: block;
  font-size: 0.8125rem;
  margin-top: 0.25rem;
}

/* line 983, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 1rem;
}

/* line 991, app/assets/stylesheets/stoka/_warehouse.scss */
.stoka-transfer-status {
  min-height: 1.25rem;
}

/* line 995, app/assets/stylesheets/stoka/_warehouse.scss */
.no-stock-alert {
  padding: 1rem;
  background: var(--stoka-bg);
  border: 1px dashed var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  color: var(--stoka-text-muted);
}

/* line 1, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-section {
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius);
  padding: 1.25rem;
  background: var(--stoka-bg);
  overflow: visible;
}

/* line 8, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-section__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

/* line 17, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-section__title {
  margin: 0;
}

/* line 22, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-kpi-grid--warehouse {
  margin-bottom: 1.25rem;
}

/* line 26, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-quick {
  padding: 1rem 0;
  border-top: 1px solid var(--stoka-border);
  border-bottom: 1px solid var(--stoka-border);
  margin-bottom: 1.25rem;
}

/* line 32, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-quick__title {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--stoka-text);
}

/* line 39, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-quick__actions {
  margin-top: 0.75rem;
}

/* line 43, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-quick .stoka-form-grid--4 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
}

@media (min-width: 768px) {
  /* line 43, app/assets/stylesheets/stoka/_warehouse_editor.scss */
  .stoka-warehouse-editor-quick .stoka-form-grid--4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  /* line 43, app/assets/stylesheets/stoka/_warehouse_editor.scss */
  .stoka-warehouse-editor-quick .stoka-form-grid--4 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/* line 59, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-manual__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

/* line 68, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-manual__title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--stoka-text);
}

/* line 76, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-view-toggle {
  display: inline-flex;
  gap: 0.25rem;
  padding: 0.25rem;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-surface);
}

/* line 84, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-view-toggle__btn {
  min-width: auto;
  padding: 0.35rem 0.5rem;
  line-height: 1;
}

/* line 89, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-view-toggle__btn .material-icons {
  font-size: 1.25rem;
}

/* line 93, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-view-toggle__btn--active {
  background: var(--stoka-primary-light, #eff6ff);
  color: var(--stoka-primary);
  border-color: var(--stoka-primary);
}

/* line 101, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor__scroll {
  width: 100%;
}

/* line 104, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor__scroll--horizontal {
  overflow-x: auto;
  padding-bottom: 0.5rem;
}

/* line 110, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor {
  width: 100%;
}

/* line 113, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor .btn-add-aisle {
  margin-bottom: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  max-width: 100%;
  white-space: normal;
  line-height: 1.25;
  height: auto;
  min-height: 2.25rem;
}

/* line 124, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor .btn-add-aisle .material-icons.left {
  float: none;
  margin-right: 0 !important;
  flex-shrink: 0;
}

/* line 131, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor__aisles {
  min-width: 0;
}

/* line 136, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor--vertical .stoka-warehouse-editor__aisles {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 142, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor--vertical .stoka-warehouse-aisle {
  width: 100%;
  max-width: none;
}

/* line 149, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor--horizontal .stoka-warehouse-editor__scroll, .stoka-warehouse-editor--horizontal.stoka-warehouse-editor__scroll {
  overflow-x: auto;
}

/* line 154, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor--horizontal .stoka-warehouse-editor__aisles {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
  padding-bottom: 0.5rem;
}

/* line 162, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor--horizontal .stoka-warehouse-aisle {
  flex: 0 0 280px;
  width: 280px;
  max-width: 280px;
}

/* line 170, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-aisle {
  background: var(--stoka-bg);
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  margin-bottom: 0;
  padding: 1rem;
  overflow: visible;
}

/* line 178, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-aisle__header, .stoka-warehouse-aisle__levels {
  margin-bottom: 0.75rem;
}

/* line 183, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-aisle__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--stoka-border);
}

/* line 193, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-aisle__fields {
  display: grid;
  grid-template-columns: 1fr 6rem;
  gap: 0.5rem 0.75rem;
  flex: 1 1 12rem;
  min-width: 0;
}

/* line 201, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-aisle__actions {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
}

/* line 209, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-aisle__levels .add-level {
  margin-bottom: 0.5rem;
}

/* line 213, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-aisle__levels .nested-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* line 221, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-level {
  padding: 0.75rem;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-surface);
  overflow: visible;
}

/* line 228, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-level__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed var(--stoka-border);
}

/* line 239, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-level__fields {
  display: grid;
  grid-template-columns: 1fr 5rem;
  gap: 0.5rem;
  flex: 1 1 10rem;
  min-width: 0;
}

/* line 247, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-level__actions {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

/* line 254, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-level__locations .add-location {
  margin-bottom: 0.5rem;
}

/* line 258, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-level__locations .nested-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* line 265, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-level__locations .add-location {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  max-width: 100%;
  white-space: normal;
  line-height: 1.25;
  height: auto;
  min-height: 2.25rem;
  padding: 0.5rem 0.75rem;
  box-sizing: border-box;
}

/* line 277, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-level__locations .add-location .material-icons.left {
  float: none;
  margin-right: 0 !important;
  flex-shrink: 0;
}

/* line 285, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-aisle__levels .add-level {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  max-width: 100%;
  white-space: normal;
  line-height: 1.25;
  height: auto;
  min-height: 2.25rem;
  padding: 0.5rem 0.75rem;
  box-sizing: border-box;
}

/* line 297, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-aisle__levels .add-level .material-icons.left {
  float: none;
  margin-right: 0 !important;
  flex-shrink: 0;
}

/* line 304, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-location {
  padding: 0.75rem;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-bg);
  overflow: visible;
}

/* line 311, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-location__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

/* line 320, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-location__fields {
  display: grid;
  grid-template-columns: 1fr 5rem;
  gap: 0.5rem;
  flex: 1 1 10rem;
  min-width: 0;
}

/* line 328, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-location__actions {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

/* line 334, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-location__dims {
  margin-top: 0.25rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (max-width: 599px) {
  /* line 334, app/assets/stylesheets/stoka/_warehouse_editor.scss */
  .stoka-warehouse-location__dims {
    grid-template-columns: 1fr;
  }
}

/* line 346, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-dim-field {
  min-width: 0;
}

/* line 349, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-dim-field__label {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

/* line 354, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-dim-field__label .material-icons {
  font-size: 1rem;
  color: var(--stoka-text-muted);
}

/* line 360, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-dim-field .stoka-form-field__input {
  width: 100%;
}

/* line 365, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor--horizontal {
  overflow-x: auto;
}

/* line 368, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor--horizontal .stoka-warehouse-editor__scroll {
  overflow-x: visible;
}

/* line 374, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-warehouse-editor-section .tag-select-hover .tag-select {
  z-index: 200;
}

/* line 379, app/assets/stylesheets/stoka/_warehouse_editor.scss */
.stoka-form-card:has(.stoka-warehouse-editor-section) {
  overflow: visible;
}

/* line 383, app/assets/stylesheets/stoka/_warehouse_editor.scss */
#reset-warehouse {
  margin: 0;
}

/* line 1, app/assets/stylesheets/stoka/_auth.scss */
.stoka-auth {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  background: linear-gradient(135deg, #eff6ff 0%, var(--stoka-bg) 50%, #f0fdf4 100%);
}

/* line 10, app/assets/stylesheets/stoka/_auth.scss */
.stoka-auth__card {
  width: 100%;
  max-width: 420px;
  background: var(--stoka-surface);
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius);
  box-shadow: var(--stoka-shadow-lg);
  padding: 2rem;
}

/* line 20, app/assets/stylesheets/stoka/_auth.scss */
.stoka-auth__brand {
  text-align: center;
  margin-bottom: 1.5rem;
}

/* line 24, app/assets/stylesheets/stoka/_auth.scss */
.stoka-auth__brand h1 {
  font-size: 1.5rem;
  margin: 0.75rem 0 0.25rem;
}

/* line 29, app/assets/stylesheets/stoka/_auth.scss */
.stoka-auth__brand p {
  color: var(--stoka-text-muted);
  font-size: 0.875rem;
  margin: 0 !important;
}

/* line 36, app/assets/stylesheets/stoka/_auth.scss */
.stoka-auth__logo {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--stoka-primary);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.25rem;
}

/* line 49, app/assets/stylesheets/stoka/_auth.scss */
.stoka-auth__links {
  text-align: center;
  margin-top: 1.25rem;
  font-size: 0.875rem;
}

/* line 54, app/assets/stylesheets/stoka/_auth.scss */
.stoka-auth__links a {
  color: var(--stoka-primary);
  font-weight: 500;
}

/* line 2, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.title {
  margin: 0 0 1.25rem !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.75rem !important;
}

/* line 12, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.title-icon {
  width: 44px !important;
  height: 44px !important;
  font-size: 1.5rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--stoka-primary-light) !important;
  color: var(--stoka-primary) !important;
  border-radius: var(--stoka-radius-sm) !important;
}

/* line 24, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.title-text {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  color: var(--stoka-text) !important;
  margin: 0 !important;
}

/* line 33, app/assets/stylesheets/stoka/_legacy_bridge.scss */
nav:not(.stoka-sidebar__nav) {
  background-color: transparent !important;
}

/* line 37, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.stoka-sidebar nav,
.stoka-sidebar__nav {
  background: transparent !important;
  box-shadow: none !important;
}

/* line 44, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.profiler-speed-badge,
.profiler-results,
.profiler-tooltip,
#mini-profiler {
  position: fixed !important;
  z-index: 10050 !important;
}

/* line 54, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.stoka-app .stoka-sidebar nav a:focus,
.stoka-app .stoka-sidebar nav a:active {
  background-color: var(--stoka-primary-light) !important;
  color: var(--stoka-primary) !important;
}

/* line 60, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.stoka-app button:focus:not(.btn):not(.btn-flat):not(.btn-large),
.stoka-app button:active:not(.btn):not(.btn-flat):not(.btn-large) {
  background-color: var(--stoka-primary-light) !important;
  color: var(--stoka-primary) !important;
}

/* line 66, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.stoka-app .waves-ripple {
  background-color: rgba(37, 99, 235, 0.28) !important;
}

/* line 71, app/assets/stylesheets/stoka/_legacy_bridge.scss */
body:has(.stoka-app) {
  padding-top: 0 !important;
}

/* line 75, app/assets/stylesheets/stoka/_legacy_bridge.scss */
body {
  scrollbar-color: var(--stoka-primary) transparent;
}

/* line 79, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.wrapper {
  background-color: transparent !important;
  background-image: none !important;
  min-height: auto !important;
  overflow: visible !important;
}

/* line 86, app/assets/stylesheets/stoka/_legacy_bridge.scss */
footer:not(.stoka-sidebar__footer) {
  background: transparent !important;
  color: var(--stoka-text-muted) !important;
  height: auto !important;
  padding: 1rem !important;
  font-size: 0.8125rem !important;
}

/* line 94, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.container {
  width: 100% !important;
  max-width: 1400px !important;
  padding: 0 !important;
}

/* line 100, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.not_logged_box {
  background: linear-gradient(135deg, #eff6ff 0%, var(--stoka-bg) 50%, #f0fdf4 100%) !important;
  min-height: 100vh !important;
}

/* line 105, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.not_logged_content-form {
  background: var(--stoka-surface) !important;
  border: 1px solid var(--stoka-border) !important;
  border-radius: var(--stoka-radius) !important;
  box-shadow: var(--stoka-shadow-lg) !important;
}

/* line 112, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.not_logged_content-title {
  color: var(--stoka-text) !important;
  text-transform: none !important;
}

/* line 117, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.filters {
  background: var(--stoka-surface) !important;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  box-shadow: none !important;
}

/* line 124, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.filter {
  background: var(--stoka-bg) !important;
  border: 1px solid var(--stoka-border) !important;
  border-radius: var(--stoka-radius-sm) !important;
  box-shadow: none !important;
}

/* line 131, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.card:not(.stoka-auth__card) {
  border-radius: var(--stoka-radius) !important;
  box-shadow: var(--stoka-shadow) !important;
  border: 1px solid var(--stoka-border) !important;
}

/* line 137, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.table_box {
  background: var(--stoka-surface);
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius);
  box-shadow: var(--stoka-shadow);
  overflow: hidden;
  margin-bottom: 1rem;
}

/* line 146, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.btn.light-blue.darken-2,
.btn.blue.darken-2 {
  background-color: var(--stoka-primary) !important;
  border-radius: var(--stoka-radius-sm) !important;
  text-transform: none !important;
  box-shadow: none !important;
}

/* line 154, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.filter-trigger.btn.black,
.filter-trigger.btn.stoka-btn-ghost {
  background: transparent !important;
  color: var(--stoka-text-muted) !important;
  border: 1px solid var(--stoka-border) !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center;
  gap: 0.35rem;
}

/* line 164, app/assets/stylesheets/stoka/_legacy_bridge.scss */
.filter-trigger.btn.black .material-icons,
.filter-trigger.btn.stoka-btn-ghost .material-icons {
  margin: 0;
  float: none;
  line-height: 1;
}

/* line 1, app/assets/stylesheets/stoka/_incidents.scss */
.incident-flow-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

/* line 10, app/assets/stylesheets/stoka/_incidents.scss */
.incident-flow-banner .stoka-link {
  margin-left: auto;
}

/* line 14, app/assets/stylesheets/stoka/_incidents.scss */
.hidden {
  display: none !important;
}

/* line 18, app/assets/stylesheets/stoka/_incidents.scss */
.incident-stock-summary {
  margin: 0;
  padding-left: 1.1rem;
  list-style: disc;
}

/* line 24, app/assets/stylesheets/stoka/_incidents.scss */
.incident-stock-summary li {
  margin: 0.15rem 0;
}

/* line 28, app/assets/stylesheets/stoka/_incidents.scss */
.incident-quantity-gauge {
  margin: 0.5rem 0 0.75rem;
}

/* line 32, app/assets/stylesheets/stoka/_incidents.scss */
.incident-quantity-gauge__header {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

/* line 41, app/assets/stylesheets/stoka/_incidents.scss */
.incident-quantity-gauge__separator {
  color: var(--stoka-text-muted, #94a3b8);
  font-weight: 400;
}

/* line 46, app/assets/stylesheets/stoka/_incidents.scss */
.incident-quantity-gauge__track {
  height: 0.5rem;
  border-radius: 999px;
  background: var(--stoka-surface-muted, #e2e8f0);
  overflow: hidden;
  margin-bottom: 0.35rem;
}

/* line 54, app/assets/stylesheets/stoka/_incidents.scss */
.incident-quantity-gauge__fill {
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: var(--stoka-primary, #2563eb);
  transition: width 0.15s ease, background-color 0.15s ease;
}

/* line 62, app/assets/stylesheets/stoka/_incidents.scss */
.incident-quantity-gauge__fill--medium {
  background: #f59e0b;
}

/* line 66, app/assets/stylesheets/stoka/_incidents.scss */
.incident-quantity-gauge__fill--high {
  background: #dc2626;
}

/* line 70, app/assets/stylesheets/stoka/_incidents.scss */
.incident-quantity-gauge__range {
  width: 100%;
  margin: 0;
  accent-color: var(--stoka-primary, #2563eb);
}

/* line 76, app/assets/stylesheets/stoka/_incidents.scss */
.incident-quantity-input {
  max-width: 8rem;
}

@media (max-width: 600px) {
  /* line 81, app/assets/stylesheets/stoka/_incidents.scss */
  .incident-flow-banner .stoka-link {
    margin-left: 0;
    width: 100%;
  }
}

/* line 2, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__filters {
  margin-bottom: 1.25rem;
}

/* line 6, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__filters-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/stoka/_pending_billing.scss */
  .stoka-pending-billing__filters-grid {
    grid-template-columns: 2fr 1fr 1fr auto;
    align-items: end;
  }
}

/* line 17, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__filters-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  padding-bottom: 0.15rem;
}

/* line 25, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__context {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  margin-bottom: 1.25rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  background: var(--stoka-bg);
  font-size: 0.875rem;
  color: var(--stoka-text-muted);
}

/* line 38, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__context strong {
  color: var(--stoka-text);
}

/* line 43, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/* line 51, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__section-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--stoka-text);
}

/* line 60, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__section-title .material-icons {
  font-size: 1.25rem;
  color: var(--stoka-primary);
}

/* line 66, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__section-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: var(--stoka-text-muted);
}

/* line 74, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__section-billable {
  font-size: 0.75rem;
  color: var(--stoka-text-muted);
}

/* line 79, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__section-toggle {
  cursor: pointer;
}

/* line 83, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__row--error {
  background: #fff7ed !important;
}

/* line 87, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__checkbox-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  cursor: pointer;
}

/* line 95, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__select-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

/* line 102, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__section-toggle-label {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--stoka-text-muted);
  user-select: none;
  cursor: pointer;
  padding-left: 0 !important;
  height: auto !important;
  line-height: 1.2 !important;
}

/* line 115, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing [type="checkbox"] + span:not(.lever)::before,
.stoka-pending-billing [type="checkbox"] + span:not(.lever)::after {
  display: none !important;
  content: none !important;
}

/* line 121, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing [type="checkbox"] + span:not(.lever) {
  padding-left: 0 !important;
  height: auto !important;
  line-height: inherit !important;
}

/* line 127, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__checkbox {
  position: relative !important;
  left: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  appearance: checkbox;
  -webkit-appearance: checkbox;
  width: 1.125rem;
  height: 1.125rem;
  min-width: 1.125rem;
  margin: 0;
  accent-color: var(--stoka-primary);
  cursor: pointer;
}

/* line 143, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem;
  border-top: 1px solid var(--stoka-border);
  background: var(--stoka-bg);
}

/* line 154, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__summary-total {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  color: var(--stoka-text);
}

/* line 162, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__summary-total strong {
  font-size: 1.125rem;
  color: var(--stoka-primary);
}

/* line 168, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__empty {
  padding: 2rem 1.25rem;
  text-align: center;
}

/* line 172, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__empty .material-icons {
  font-size: 2.5rem;
  color: var(--stoka-text-muted);
  margin-bottom: 0.5rem;
}

/* line 178, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__empty p {
  margin: 0;
  color: var(--stoka-text-muted);
  font-size: 0.9375rem;
}

/* line 185, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__pricing-errors {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* line 194, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__pricing-error {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid #fecaca;
  border-radius: var(--stoka-radius-sm);
  background: #fff;
}

/* line 206, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__pricing-error-message {
  flex: 1 1 16rem;
  font-size: 0.875rem;
  color: var(--stoka-text);
}

/* line 212, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__fix-link {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  text-decoration: none;
  text-transform: none;
  font-weight: 500;
  font-size: 0.8125rem;
  padding: 0.35rem 0.65rem;
  line-height: 1.2;
  color: var(--stoka-primary);
  background: var(--stoka-surface);
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  box-shadow: none;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

/* line 230, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__fix-link .material-icons {
  font-size: 1rem;
  margin: 0;
  color: inherit;
}

/* line 236, app/assets/stylesheets/stoka/_pending_billing.scss */
.stoka-pending-billing__fix-link:hover, .stoka-pending-billing__fix-link:focus {
  background: var(--stoka-bg);
  color: var(--stoka-primary-dark);
  border-color: #cbd5e1;
  text-decoration: none;
}

/* line 2, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoice__meta-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/stoka/_billing_invoices.scss */
  .stoka-billing-invoice__meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  /* line 2, app/assets/stylesheets/stoka/_billing_invoices.scss */
  .stoka-billing-invoice__meta-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* line 16, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoice__totals {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
  padding: 1rem 1.25rem;
  border-top: 1px solid var(--stoka-border);
  background: var(--stoka-bg);
}

/* line 26, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoice__total-row {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 1.5rem;
  width: 100%;
  max-width: 18rem;
  font-size: 0.9375rem;
  color: var(--stoka-text-muted);
}

/* line 36, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoice__total-row span:last-child {
  min-width: 7rem;
  text-align: right;
  color: var(--stoka-text);
  font-variant-numeric: tabular-nums;
}

/* line 43, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoice__total-row--ttc {
  margin-top: 0.25rem;
  padding-top: 0.5rem;
  border-top: 1px dashed var(--stoka-border);
  font-size: 1rem;
  font-weight: 600;
  color: var(--stoka-text);
}

/* line 51, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoice__total-row--ttc span:last-child {
  color: var(--stoka-primary);
  font-size: 1.125rem;
}

/* line 58, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoice__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 1.25rem;
  border-top: 1px solid var(--stoka-border);
  background: var(--stoka-surface);
}

/* line 67, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoice__downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0 1.25rem 1.25rem;
}

/* line 74, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoice__notes {
  padding: 1rem 1.25rem;
  border-top: 1px solid var(--stoka-border);
  font-size: 0.875rem;
  color: var(--stoka-text-muted);
  white-space: pre-wrap;
}

/* line 83, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoices-index__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
}

/* line 90, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoices-index__actions .btn-small {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  height: auto;
  line-height: 1.2;
  padding: 0.3rem 0.55rem;
}

/* line 98, app/assets/stylesheets/stoka/_billing_invoices.scss */
.stoka-billing-invoices-index__actions .btn-small .material-icons {
  font-size: 1rem;
  margin: 0;
}

/* line 2, app/assets/stylesheets/stoka/_user_invitations.scss */
.stoka-user-invitations__hint {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: var(--stoka-bg);
  border: 1px solid var(--stoka-border);
}

/* line 10, app/assets/stylesheets/stoka/_user_invitations.scss */
.stoka-user-invitations__hint .material-icons {
  flex-shrink: 0;
  font-size: 1.25rem;
  color: var(--stoka-primary);
  margin-top: 0.1rem;
}

/* line 17, app/assets/stylesheets/stoka/_user_invitations.scss */
.stoka-user-invitations__hint p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--stoka-text-muted);
  line-height: 1.5;
}

/* line 23, app/assets/stylesheets/stoka/_user_invitations.scss */
.stoka-user-invitations__hint p strong {
  color: var(--stoka-text);
}

/* line 29, app/assets/stylesheets/stoka/_user_invitations.scss */
.stoka-user-invitations__empty {
  padding: 2.5rem 1.25rem;
  text-align: center;
}

/* line 33, app/assets/stylesheets/stoka/_user_invitations.scss */
.stoka-user-invitations__empty .material-icons {
  font-size: 2.5rem;
  color: var(--stoka-text-muted);
  margin-bottom: 0.75rem;
}

/* line 39, app/assets/stylesheets/stoka/_user_invitations.scss */
.stoka-user-invitations__empty p {
  margin: 0 0 1.25rem;
  color: var(--stoka-text-muted);
  font-size: 0.9375rem;
}

/* line 2, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__filters {
  padding: 1.25rem;
}

/* line 6, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__filters-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/stoka/_custom_documents.scss */
  .stoka-custom-documents__filters-grid {
    grid-template-columns: 2fr 1fr auto;
    align-items: end;
  }
}

/* line 17, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__filters-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  padding-bottom: 0.15rem;
}

/* line 26, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__hint {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: var(--stoka-bg);
  border: 1px solid var(--stoka-border);
}

/* line 34, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__hint .material-icons {
  flex-shrink: 0;
  font-size: 1.25rem;
  color: var(--stoka-primary);
  margin-top: 0.1rem;
}

/* line 41, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__hint p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--stoka-text-muted);
  line-height: 1.5;
}

/* line 47, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__hint p strong,
.stoka-custom-documents__hint p code {
  color: var(--stoka-text);
}

/* line 52, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__hint p code {
  font-size: 0.8125rem;
  padding: 0.1rem 0.35rem;
  border-radius: 0.25rem;
  background: var(--stoka-surface);
  border: 1px solid var(--stoka-border);
}

/* line 62, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__color-swatch {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.35rem;
  background: var(--swatch-color, #2563eb);
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

/* line 72, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

/* line 79, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__empty {
  padding: 2.5rem 1.25rem;
  text-align: center;
}

/* line 83, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__empty .material-icons {
  font-size: 2.5rem;
  color: var(--stoka-text-muted);
  margin-bottom: 0.75rem;
}

/* line 89, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__empty p {
  margin: 0 0 1.25rem;
  color: var(--stoka-text-muted);
  font-size: 0.9375rem;
}

/* line 96, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__color-field {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* line 102, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__color-input {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 10rem;
  padding: 0.25rem;
  height: 2.5rem;
}

/* line 110, app/assets/stylesheets/stoka/_custom_documents.scss */
.stoka-custom-documents__editor {
  width: 100%;
  min-height: 320px;
  margin-top: 0.75rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.875rem;
  line-height: 1.5;
  border: 1px solid var(--stoka-border);
  border-radius: var(--stoka-radius-sm);
  padding: 0.75rem;
  resize: vertical;
}

/*! jQuery UI - v1.13.2 - 2022-07-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
/* line 9, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-helper-hidden {
  display: none;
}

/* line 12, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 22, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 32, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 38, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 41, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  /* support: IE8 */
}

/* line 51, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
/* line 58, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
/* line 66, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* line 76, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 86, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 93, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

/* line 101, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

/* line 106, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* line 112, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

/* line 119, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-menu .ui-menu {
  position: absolute;
}

/* line 122, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

/* line 128, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

/* line 132, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

/* line 139, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
/* line 145, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-menu-icons {
  position: relative;
}

/* line 148, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
/* line 153, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
/* line 162, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/* line 166, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

/* line 184, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
/* line 193, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
/* line 201, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
/* line 206, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

/* line 214, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

/* line 223, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
/* line 233, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 238, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

/* line 242, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 247, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

/* line 251, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

/* line 259, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

/* line 262, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

/* line 265, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

/* line 268, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

/* line 271, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

/* line 274, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

/* line 277, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
/* line 282, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em);
}

/* line 288, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

/* line 292, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

/* line 297, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

/* line 304, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

/* line 312, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-checkboxradio-disabled {
  pointer-events: none;
}

/* line 315, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 320, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 324, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 331, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 335, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 338, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 341, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 344, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 347, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 356, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 361, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 365, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

/* line 369, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 375, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 381, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 385, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 392, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 400, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 408, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 413, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 416, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 419, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 423, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 426, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 429, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 432, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 436, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 439, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
/* line 446, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 449, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 453, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 457, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 461, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 465, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 468, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 471, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 475, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
/* line 482, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

/* line 490, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

/* line 497, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 501, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 509, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

/* line 518, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

/* line 525, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

/* line 532, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 535, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 539, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

/* line 543, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

/* line 547, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

/* line 551, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

/* line 555, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

/* line 562, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

/* line 566, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

/* line 570, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

/* line 574, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

/* line 578, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* line 581, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 585, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-resizable {
  position: relative;
}

/* line 588, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 595, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 599, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 606, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 613, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 620, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 627, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 634, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 641, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 648, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* line 655, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

/* line 660, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

/* line 664, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  -ms-filter: "alpha(opacity=25)";
  /* support: IE8 */
  opacity: 0.25;
}

/* line 670, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

/* line 673, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 677, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/* line 682, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

/* line 690, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

/* line 695, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

/* line 704, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-selectmenu-open {
  display: block;
}

/* line 707, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 713, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

/* line 718, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

/* line 722, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 726, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 735, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
/* line 745, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

/* line 750, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-slider-horizontal {
  height: .8em;
}

/* line 753, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 757, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 761, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 764, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 768, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 772, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 777, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 781, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 784, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* line 787, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 791, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

/* line 798, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

/* line 808, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
/* line 822, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

/* line 827, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-spinner-up {
  top: 0;
}

/* line 830, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-spinner-down {
  bottom: 0;
}

/* line 833, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

/* line 837, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

/* line 841, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 851, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 856, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

/* line 860, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

/* line 865, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

/* line 868, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* line 874, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

/* line 880, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
/* line 885, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

/* line 889, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 892, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

/* line 899, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

/* line 902, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

/* line 907, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-widget-content a {
  color: #333333;
}

/* line 910, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

/* line 916, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
/* line 922, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

/* line 936, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a.ui-button:link,
a.ui-button:visited,
.ui-button {
  color: #454545;
  text-decoration: none;
}

/* line 946, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

/* line 959, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

/* line 973, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

/* line 976, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

/* line 987, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

/* line 992, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
/* line 1001, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

/* line 1008, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

/* line 1012, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

/* line 1017, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

/* line 1024, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

/* line 1029, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

/* line 1034, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 1039, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  /* support: IE8 */
  font-weight: normal;
}

/* line 1046, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  -ms-filter: "alpha(opacity=35)";
  /* support: IE8 */
  background-image: none;
}

/* line 1053, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)";
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
/* line 1061, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* line 1065, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/images/ui-icons_444444_256x240.png);
}

/* line 1069, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-widget-header .ui-icon {
  background-image: url(/images/ui-icons_444444_256x240.png);
}

/* line 1072, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url(/images/ui-icons_555555_256x240.png);
}

/* line 1078, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(/images/ui-icons_ffffff_256x240.png);
}

/* line 1082, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url(/images/ui-icons_777620_256x240.png);
}

/* line 1086, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/images/ui-icons_cc0000_256x240.png);
}

/* line 1090, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-button .ui-icon {
  background-image: url(/images/ui-icons_777777_256x240.png);
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
/* line 1096, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

/* line 1099, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-caret-1-n {
  background-position: 0 0;
}

/* line 1100, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

/* line 1101, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-caret-1-e {
  background-position: -32px 0;
}

/* line 1102, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-caret-1-se {
  background-position: -48px 0;
}

/* line 1103, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-caret-1-s {
  background-position: -65px 0;
}

/* line 1104, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

/* line 1105, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-caret-1-w {
  background-position: -96px 0;
}

/* line 1106, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

/* line 1107, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

/* line 1108, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

/* line 1109, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 1110, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 1111, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 1112, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 1113, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

/* line 1114, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 1115, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 1116, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 1117, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 1118, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 1119, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 1120, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 1121, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 1122, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 1123, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

/* line 1124, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 1125, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 1126, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 1127, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 1128, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 1129, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 1130, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 1131, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 1132, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 1133, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 1134, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 1135, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

/* line 1136, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 1137, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 1138, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 1139, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 1140, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 1141, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 1142, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 1143, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 1144, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 1145, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 1146, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 1147, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 1148, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 1149, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 1150, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 1151, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 1152, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 1153, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 1154, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 1155, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 1156, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 1157, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 1158, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 1159, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 1160, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 1161, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 1162, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 1163, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 1164, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 1165, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 1166, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 1167, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 1168, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 1169, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 1170, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 1171, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 1172, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 1173, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 1174, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 1175, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 1176, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 1177, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 1178, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 1179, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 1180, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 1181, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 1182, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 1183, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 1184, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 1185, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 1186, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 1187, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 1188, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 1189, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 1190, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 1191, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 1192, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 1193, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 1194, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 1195, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 1196, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 1197, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 1198, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 1199, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 1200, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 1201, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 1202, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 1203, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 1204, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 1205, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 1206, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 1207, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 1208, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 1209, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 1210, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 1211, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 1212, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 1213, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 1214, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 1215, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 1216, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 1217, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 1218, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 1219, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 1220, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 1221, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 1222, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 1223, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 1224, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 1225, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 1226, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 1227, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 1228, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 1229, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 1230, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 1231, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 1232, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 1233, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 1234, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 1236, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 1237, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 1238, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 1239, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 1240, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 1241, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 1242, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 1243, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 1244, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 1245, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 1246, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 1247, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 1248, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 1249, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 1250, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 1251, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 1252, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 1253, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 1254, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 1255, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 1256, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 1257, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 1258, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 1259, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 1260, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 1261, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 1262, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 1263, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 1264, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 1265, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 1266, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 1267, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 1268, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 1269, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 1270, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 1271, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 1272, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 1273, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 1280, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

/* line 1286, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

/* line 1292, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

/* line 1298, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
/* line 1306, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  -ms-filter: Alpha(Opacity=30);
  /* support: IE8 */
}

/* line 1311, vendor/assets/stylesheets/jquery-ui-dist/jquery-ui.css */
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

/* line 7, app/assets/stylesheets/application.scss */
.green_c {
  color: green;
}

/* line 11, app/assets/stylesheets/application.scss */
.red_c {
  color: red;
}

/* line 15, app/assets/stylesheets/application.scss */
.orange_c {
  color: orange;
}

/* line 19, app/assets/stylesheets/application.scss */
body {
  min-height: 100vh;
  scrollbar-width: thin;
}

/* line 24, app/assets/stylesheets/application.scss */
td, th {
  padding: 8px 5px !important;
}

/* line 28, app/assets/stylesheets/application.scss */
.wrapper {
  overflow: visible;
  margin-bottom: 0 !important;
}

/* line 34, app/assets/stylesheets/application.scss */
.color-white {
  color: white;
}

/* line 40, app/assets/stylesheets/application.scss */
.margin-0 {
  margin: 0 !important;
}

/* line 43, app/assets/stylesheets/application.scss */
.margin-15 {
  margin: 15px !important;
}

/* line 47, app/assets/stylesheets/application.scss */
.margin-top-15 {
  margin-top: 15px;
}

/* line 50, app/assets/stylesheets/application.scss */
.margin-top-30 {
  margin-top: 30px;
}

/* line 55, app/assets/stylesheets/application.scss */
.margin-bottom-15 {
  margin-bottom: 15px;
}

/* line 58, app/assets/stylesheets/application.scss */
.margin-bottom-30 {
  margin-bottom: 30px;
}

/* line 63, app/assets/stylesheets/application.scss */
.margin-left-15 {
  margin-left: 15px;
}

/* line 66, app/assets/stylesheets/application.scss */
.margin-left-30 {
  margin-left: 30px;
}

/* line 71, app/assets/stylesheets/application.scss */
.margin-right-15 {
  margin-right: 15px;
}

/* line 74, app/assets/stylesheets/application.scss */
.margin-right-30 {
  margin-right: 30px;
}

/* line 81, app/assets/stylesheets/application.scss */
.padding-0 {
  padding: 0 !important;
}

/* line 84, app/assets/stylesheets/application.scss */
.padding-10 {
  padding: 10px !important;
}

/* line 88, app/assets/stylesheets/application.scss */
.padding-top-8 {
  padding-top: 8px;
}

/* line 91, app/assets/stylesheets/application.scss */
.padding-top-16 {
  padding-top: 16px;
}

/* line 96, app/assets/stylesheets/application.scss */
.padding-bottom-8 {
  padding-bottom: 8px;
}

/* line 99, app/assets/stylesheets/application.scss */
.padding-bottom-16 {
  padding-bottom: 16px;
}

/* line 104, app/assets/stylesheets/application.scss */
.padding-left-8 {
  padding-left: 8px;
}

/* line 107, app/assets/stylesheets/application.scss */
.padding-left-16 {
  padding-left: 16px;
}

/* line 112, app/assets/stylesheets/application.scss */
.padding-right-8 {
  padding-right: 8px;
}

/* line 115, app/assets/stylesheets/application.scss */
.padding-right-16 {
  padding-right: 16px;
}

/* line 122, app/assets/stylesheets/application.scss */
.form-section-title {
  margin: 1.25rem 0 0.5rem;
  padding-bottom: 0.35rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 129, app/assets/stylesheets/application.scss */
.form-section-title:first-child {
  margin-top: 0;
}

/* line 134, app/assets/stylesheets/application.scss */
.tab-content-padded {
  padding-top: 1.25rem;
}

/* line 138, app/assets/stylesheets/application.scss */
.separator {
  height: 3px;
  background-color: #3e3e3e;
}

/* line 143, app/assets/stylesheets/application.scss */
.icon-green {
  color: #4CAF50;
  vertical-align: bottom;
}

/* line 148, app/assets/stylesheets/application.scss */
.icon-red {
  color: #F44336;
  vertical-align: bottom;
}

/* line 153, app/assets/stylesheets/application.scss */
.icon-blue {
  color: #003f88;
  vertical-align: bottom;
}

/* line 159, app/assets/stylesheets/application.scss */
.button {
  border: 2px solid #2a6f97;
  padding: 10px 15px;
  background-color: #2a6f97;
  color: white;
  border-radius: 3px;
  transition: all 200ms ease-in-out;
}

/* line 166, app/assets/stylesheets/application.scss */
.button:hover {
  cursor: pointer;
  background-color: #fff;
  color: #2a6f97;
}

/* line 173, app/assets/stylesheets/application.scss */
thead {
  position: sticky;
  top: 0;
  z-index: 2;
}

/* line 180, app/assets/stylesheets/application.scss */
tbody tr {
  background-color: #fff;
}

/* line 183, app/assets/stylesheets/application.scss */
tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

/* line 188, app/assets/stylesheets/application.scss */
p {
  margin: 0 !important;
}

/* line 192, app/assets/stylesheets/application.scss */
.dropdown-content li > a,
.dropdown-content li > span {
  color: #003f88 !important;
}

/* line 197, app/assets/stylesheets/application.scss */
.not_logged_box {
  background-color: #003f88;
  min-height: calc(100vh - 64px - 48px);
}

@media screen and (min-width: 768px) {
  /* line 197, app/assets/stylesheets/application.scss */
  .not_logged_box {
    background: linear-gradient(#003f88 50%, #ddd 50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* line 208, app/assets/stylesheets/application.scss */
.not_logged_content {
  padding: 30px 5px;
}

@media screen and (min-width: 768px) {
  /* line 208, app/assets/stylesheets/application.scss */
  .not_logged_content {
    position: relative;
    top: -10vh;
    padding: 0;
  }
}

/* line 215, app/assets/stylesheets/application.scss */
.not_logged_content-title {
  font-size: 1.5em;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-weight: bolder;
}

@media screen and (min-width: 768px) {
  /* line 215, app/assets/stylesheets/application.scss */
  .not_logged_content-title {
    margin: 0 0 30px;
    font-size: 2em;
  }
}

/* line 226, app/assets/stylesheets/application.scss */
.not_logged_content-form {
  background-color: #eee;
  padding: 30px 20px;
}

@media screen and (min-width: 768px) {
  /* line 226, app/assets/stylesheets/application.scss */
  .not_logged_content-form {
    width: 600px;
    border-radius: 35px;
    box-shadow: 0 20px 0 #003f88;
    padding: 30px 40px;
  }
}

/* line 236, app/assets/stylesheets/application.scss */
.not_logged_content-shared_links {
  margin: 0;
}

/* line 241, app/assets/stylesheets/application.scss */
.required_field {
  background-color: #FFC7C7 !important;
}

/* line 245, app/assets/stylesheets/application.scss */
.link {
  margin: 15px 0;
  color: #003f88;
}

/* line 248, app/assets/stylesheets/application.scss */
.link:hover {
  text-decoration: underline;
}

/* line 257, app/assets/stylesheets/application.scss */
.browser-default {
  border: 1px solid #999 !important;
}

/* line 261, app/assets/stylesheets/application.scss */
.chip {
  opacity: 0.5;
  cursor: pointer;
  color: white !important;
  text-shadow: #555 1px 0 10px;
  position: relative;
}

/* line 269, app/assets/stylesheets/application.scss */
.chip.selected {
  opacity: 1;
  box-shadow: 1px 1px 2px #555;
}

/* line 274, app/assets/stylesheets/application.scss */
.chip .checkmark {
  display: none;
  position: absolute;
  top: -5px;
  right: -3px;
  color: white;
  background-color: green;
  border-radius: 50%;
  font-size: 10px;
  padding: 3px;
  box-shadow: 0 0 2px #000;
}

/* line 287, app/assets/stylesheets/application.scss */
.chip .checkmark.selected {
  display: block;
}

/* line 292, app/assets/stylesheets/application.scss */
.chip-container .chip {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  opacity: 0.55;
  background-color: var(--chip-color, #64748b) !important;
  background: var(--chip-color, #64748b) !important;
  position: relative;
}

/* line 302, app/assets/stylesheets/application.scss */
.chip-container .chip.selected {
  opacity: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

/* line 307, app/assets/stylesheets/application.scss */
.tag-select.card {
  background: var(--stoka-surface, #fff) !important;
}

/* line 311, app/assets/stylesheets/application.scss */
.square {
  width: 60px;
  height: 32px;
  border-radius: 16px;
}

/* line 317, app/assets/stylesheets/application.scss */
select.selectize {
  display: block !important;
}

/* line 321, app/assets/stylesheets/application.scss */
.ipt_quick_create_warehouse {
  width: 70px !important;
  display: inline-block;
  text-align: right;
}

/* line 327, app/assets/stylesheets/application.scss */
.inline {
  display: inline;
}

/* line 331, app/assets/stylesheets/application.scss */
.align_right {
  text-align: right;
}

/* line 335, app/assets/stylesheets/application.scss */
.tag-select-hover {
  position: relative;
}

/* line 338, app/assets/stylesheets/application.scss */
.tag-select-hover .label-icon-svg {
  cursor: pointer;
}

/* line 343, app/assets/stylesheets/application.scss */
.no_margin {
  margin: 0 !important;
  padding: 0 !important;
}

/* line 348, app/assets/stylesheets/application.scss */
.tag-select {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  left: auto;
  min-width: 220px;
  z-index: 100;
  padding: 0.5rem;
  background: var(--stoka-surface, #fff);
  border: 1px solid var(--stoka-border, #e2e8f0);
  border-radius: var(--stoka-radius-sm, 8px);
  box-shadow: var(--stoka-shadow, 0 1px 3px rgba(0, 0, 0, 0.1));
  text-align: center;
}

/* line 363, app/assets/stylesheets/application.scss */
.tag-select::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 8px;
}

/* line 372, app/assets/stylesheets/application.scss */
.tag-select .input-field {
  margin: 0;
}

/* line 377, app/assets/stylesheets/application.scss */
.tag-select-hover .tag-select.tag-select--open {
  display: block;
  opacity: 1;
}

/* line 382, app/assets/stylesheets/application.scss */
.tag-select-hover:hover .tag-select,
.tag-select-hover:focus-within .tag-select,
.tag-select-hover .tag-select:hover {
  display: block;
  opacity: 1;
}

/* line 389, app/assets/stylesheets/application.scss */
.tabs {
  background: transparent !important;
}

/* line 393, app/assets/stylesheets/application.scss */
.tabs .tab a {
  color: var(--stoka-text-muted) !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

/* line 399, app/assets/stylesheets/application.scss */
.tabs .tab a.active,
.tabs .tab a:hover {
  background: var(--stoka-primary-light) !important;
  color: var(--stoka-primary) !important;
}

/* line 405, app/assets/stylesheets/application.scss */
.tabs .indicator {
  background-color: var(--stoka-primary) !important;
}

/* line 409, app/assets/stylesheets/application.scss */
.field_location_size {
  width: 70% !important;
  display: inline-block;
  height: 20px !important;
}

/* line 415, app/assets/stylesheets/application.scss */
.stoka-warehouse-location__dims .field_location_size,
.stoka-warehouse-location__dims .stoka-form-field__input {
  width: 100% !important;
  display: block !important;
  height: auto !important;
  min-height: 2.25rem !important;
  box-sizing: border-box !important;
}

/* line 424, app/assets/stylesheets/application.scss */
.td_aisle {
  vertical-align: top;
}

/* line 428, app/assets/stylesheets/application.scss */
.no_border_bottom {
  border-bottom: 0;
}

/* line 432, app/assets/stylesheets/application.scss */
.overflow_auto {
  overflow: auto;
}

/* line 436, app/assets/stylesheets/application.scss */
.storage_type.hide {
  display: none;
}

/* line 440, app/assets/stylesheets/application.scss */
.level_col {
  vertical-align: top;
}

/* line 444, app/assets/stylesheets/application.scss */
.location_name_on_warehouse {
  font-weight: bold;
}

/* line 448, app/assets/stylesheets/application.scss */
.table_warehouse td {
  min-width: 150px;
}

/* line 452, app/assets/stylesheets/application.scss */
.table_warehouse .level_col td {
  vertical-align: top;
}

/* line 456, app/assets/stylesheets/application.scss */
.stock-icon {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

/* line 462, app/assets/stylesheets/application.scss */
.logo-selector {
  max-height: 200px;
  overflow-y: scroll;
  border: 1px solid #ccc;
}

/* line 468, app/assets/stylesheets/application.scss */
.logo-option {
  display: inline-block;
  margin: 5px;
  cursor: pointer;
  border-radius: 8px;
}

/* line 475, app/assets/stylesheets/application.scss */
.logo-option:hover {
  box-shadow: 0 0 3px #333;
}

/* line 479, app/assets/stylesheets/application.scss */
.logo-option img {
  display: block;
  margin-bottom: 5px;
  width: 50px;
  height: 50px;
}

/* line 486, app/assets/stylesheets/application.scss */
.logo-option img.selected {
  border: 2px solid black;
}

/* line 490, app/assets/stylesheets/application.scss */
.logo-option input {
  display: none;
}

/* line 494, app/assets/stylesheets/application.scss */
.totals_by_client {
  position: fixed;
  width: 24%;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
  max-height: 70%;
  overflow-y: auto;
}

/* line 502, app/assets/stylesheets/application.scss */
.totals_by_client-item {
  padding: 8px;
}

/* line 507, app/assets/stylesheets/application.scss */
.inventory_products_title {
  text-align: center;
  background: #1976d2;
  color: white;
  margin: 0 0 10px 0;
  padding: 10px 20px;
  /* width: 100%; */
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 32px;
}

/* line 519, app/assets/stylesheets/application.scss */
.sort-icon {
  font-size: 0.8em;
  margin-left: 5px;
}

/* line 528, app/assets/stylesheets/application.scss */
.status_flow:hover {
  cursor: pointer;
}

/* line 532, app/assets/stylesheets/application.scss */
.status_flow.validated {
  color: green;
}

/* line 536, app/assets/stylesheets/application.scss */
.flow-row td i {
  vertical-align: middle;
}

/* line 540, app/assets/stylesheets/application.scss */
.devise_link:hover {
  text-decoration: underline;
}

/* line 544, app/assets/stylesheets/application.scss */
.flex {
  display: flex;
}

/* line 548, app/assets/stylesheets/application.scss */
.flex_center {
  display: flex;
  align-items: center;
}

/* line 553, app/assets/stylesheets/application.scss */
.flex_start {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

/* line 559, app/assets/stylesheets/application.scss */
.flex_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 565, app/assets/stylesheets/application.scss */
.flex_column {
  display: flex;
  flex-direction: column;
}

/* line 570, app/assets/stylesheets/application.scss */
.flex_end {
  display: flex;
  align-items: flex-end;
}

/* line 575, app/assets/stylesheets/application.scss */
.flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

/* line 580, app/assets/stylesheets/application.scss */
.none {
  display: none;
}

/* line 584, app/assets/stylesheets/application.scss */
.back_button {
  display: none;
}

@media screen and (min-width: 768px) {
  /* line 584, app/assets/stylesheets/application.scss */
  .back_button {
    display: block;
    position: absolute;
    left: 15px;
    color: black;
  }
}

/* line 594, app/assets/stylesheets/application.scss */
.custom_added_box {
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 5px 15px;
  padding: 8px;
  background: linear-gradient(0.35turn, #fff, #ddd, #fff, #ddd, #fff);
  margin-bottom: 5px;
}

/* line 602, app/assets/stylesheets/application.scss */
.error_explanation {
  margin-bottom: 10px;
}

/* line 604, app/assets/stylesheets/application.scss */
.error_explanation h2 {
  font-size: 1.8em;
  margin: 0;
  color: #a4161a;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 611, app/assets/stylesheets/application.scss */
.error_explanation ul {
  display: flex;
  flex-wrap: wrap;
}

/* line 615, app/assets/stylesheets/application.scss */
.error_explanation li {
  color: white;
  background-color: #a4161a;
  padding: 5px;
  margin: 3px;
  border-radius: 5px;
}

/* line 624, app/assets/stylesheets/application.scss */
.preloader-wrapper.extra-small {
  width: 20px;
  height: 20px;
  top: 5px;
}

/* line 630, app/assets/stylesheets/application.scss */
.spinner-white {
  border-color: white !important;
}

/* line 634, app/assets/stylesheets/application.scss */
.filter {
  display: none;
  padding: 8px;
  box-shadow: #ddd 0px -50px 36px -28px inset;
  border-bottom: 2px solid #999;
  margin-bottom: 15px;
  background-color: #fff;
}

/* line 641, app/assets/stylesheets/application.scss */
.filter-list {
  flex: 1;
}

/* line 644, app/assets/stylesheets/application.scss */
.filter-chip {
  font-weight: bold;
  font-size: 14px;
  color: white;
  padding: 6px 10px;
  border-radius: 20px;
  cursor: pointer;
  margin: 3px;
  text-shadow: 1px 1px 5px #555;
}

/* line 653, app/assets/stylesheets/application.scss */
.filter-chip:hover {
  box-shadow: 2px 2px 3px #999;
}

/* line 656, app/assets/stylesheets/application.scss */
.filter-chip i {
  vertical-align: bottom;
  opacity: 0.3;
  transition: opacity 0.3s;
}

/* line 662, app/assets/stylesheets/application.scss */
.filter-count {
  background-color: white;
  color: black;
  border-radius: 50%;
  padding: 3px 6px;
  font-weight: 500;
  margin-left: 5px;
}

/* line 670, app/assets/stylesheets/application.scss */
.filter-clear {
  border: 1px solid white;
  border-radius: 5px;
  padding: 0 3px;
  margin: 4px 0;
  line-height: 26px !important;
}

/* line 676, app/assets/stylesheets/application.scss */
.filter-clear:hover {
  background-color: white;
  color: black;
}

/* line 683, app/assets/stylesheets/application.scss */
.display_filter {
  display: flex !important;
  justify-content: space-between;
  align-items: normal;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  /* line 683, app/assets/stylesheets/application.scss */
  .display_filter {
    flex-direction: row;
    align-items: flex-end;
  }
}

/* line 694, app/assets/stylesheets/application.scss */
.tag_checkbox {
  display: none;
}

/* line 696, app/assets/stylesheets/application.scss */
.tag_checkbox:checked + i {
  opacity: 1;
}

/****************************************** Paiement des Factures ***************************************/
/* line 703, app/assets/stylesheets/application.scss */
.invoice_payment_infos {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  /* line 703, app/assets/stylesheets/application.scss */
  .invoice_payment_infos {
    margin: 0 30px 20px;
  }
}

/* line 713, app/assets/stylesheets/application.scss */
.invoice_payment_infos_payed {
  background-color: #4CAF50;
  color: white;
  padding: 8px 16px;
  display: flex;
  align-items: center;
}

/* line 720, app/assets/stylesheets/application.scss */
.invoice_payment_infos_left_to_pay {
  background-color: #f9a418;
  color: white;
  padding: 8px 16px;
}

/* line 725, app/assets/stylesheets/application.scss */
.invoice_payment_infos_overpayment {
  background-color: #ed3e15;
  color: white;
  padding: 8px 16px;
}

/* line 732, app/assets/stylesheets/application.scss */
.button_to {
  display: inline;
}

/* line 737, app/assets/stylesheets/application.scss */
.import-files-new h4 {
  margin: 0px;
}

/* line 741, app/assets/stylesheets/application.scss */
.pagination {
  text-align: center;
  margin: 1rem 0;
}

/* line 745, app/assets/stylesheets/application.scss */
.pagination li.active {
  background-color: #00509d !important;
}

/* line 748, app/assets/stylesheets/application.scss */
.pagination li:hover {
  box-shadow: 0 2px 0 #999;
}

/* line 754, app/assets/stylesheets/application.scss */
.filters {
  padding: 16px 0 8px;
  background-color: #e3e3e3;
  box-shadow: 0 2px 3px #999;
}

/* line 761, app/assets/stylesheets/application.scss */
.background-green {
  background-color: #4CAF50 !important;
}

/* line 764, app/assets/stylesheets/application.scss */
.background-orange {
  background-color: #f77f00 !important;
}

/* line 767, app/assets/stylesheets/application.scss */
.background-red {
  background-color: #d62828 !important;
}

/* line 772, app/assets/stylesheets/application.scss */
.show_invoice_association {
  border: 1px solid black;
  cursor: pointer;
}

/* line 775, app/assets/stylesheets/application.scss */
.show_invoice_association:hover {
  background: black;
  color: white;
}

/* line 781, app/assets/stylesheets/application.scss */
.invoice_association {
  display: none;
}

/* line 786, app/assets/stylesheets/application.scss */
.data_validation_box {
  background-color: #ddd;
  padding: 8px 16px;
  margin-bottom: 8px;
}

/* line 792, app/assets/stylesheets/application.scss */
.error {
  color: red;
}

/* line 796, app/assets/stylesheets/application.scss */
.valid {
  color: green;
}

/* line 800, app/assets/stylesheets/application.scss */
.service_id {
  display: none;
}

/* line 804, app/assets/stylesheets/application.scss */
.expand-icon {
  padding: 3px;
  border-radius: 5px;
}

/* line 807, app/assets/stylesheets/application.scss */
.expand-icon:hover {
  color: white;
  background-color: black;
  cursor: pointer;
}

/* line 814, app/assets/stylesheets/application.scss */
.sort-asc:after {
  content: '▲';
  font-size: 12px;
  padding-left: 5px;
}

/* line 820, app/assets/stylesheets/application.scss */
.sort-desc:after {
  content: '▼';
  font-size: 12px;
  padding-left: 5px;
}

/* line 826, app/assets/stylesheets/application.scss */
.gap_4 {
  gap: 4px;
}

/*# sourceMappingURL=application.css-c7f751e5fe112528b124308d4bb7584b3d3ae4303bc52db911c0bf8414b5f4e5.map */
