.cashaccounts-list[data-v-f08ab112] {
  .account-balance {
    cursor: move;
    padding: 5px;
    background: #f8f9fa;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
  }
  .droppable:hover {
    background: #e9ecef;
  }
}

/* Quick, simple modal styling */
.modal-backdrop[data-v-f08ab112] {
  position: fixed;
  top: 0; 
  left: 0;
  width: 100vw; 
  height: 100vh;
  background: rgba(0,0,0,0.3);
  z-index: 999; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-container[data-v-f08ab112] {
  background: #fff;
  padding: 20px;
  width: 400px;
  max-width: 90%;
  border-radius: 4px;
}
.form-group[data-v-f08ab112] {
  margin-bottom: 1rem;
}
.button-row[data-v-f08ab112] {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.cash-transactions-list[data-v-903b33d6] {
  /* Your table styling if needed */
}
.merchant-notes[data-v-09c4d5fa] {
  position: relative;
  left: 50%;
}

.merchant-notes__toggle[data-v-09c4d5fa] {
  background-color: #662d91;
  border: none;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  padding: 0.5rem 1.2rem;
  box-shadow: 0 8px 16px rgba(102, 45, 145, 0.35);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.merchant-notes__toggle[data-v-09c4d5fa]:hover {
  background-color: #7c41c4;
  transform: translateY(-1px);
}

.merchant-notes__panel[data-v-09c4d5fa] {
  margin-top: 0.75rem;
  width: 320px;
  max-height: 420px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.18);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.merchant-notes__header h3[data-v-09c4d5fa] {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1f2937;
}

.merchant-notes__sub[data-v-09c4d5fa] {
  margin: 0;
  font-size: 0.75rem;
  color: #6b7280;
}

.merchant-notes__form[data-v-09c4d5fa] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.merchant-notes__textarea[data-v-09c4d5fa] {
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 0.6rem;
  resize: vertical;
  font-size: 0.9rem;
  color: #111827;
}

.merchant-notes__textarea[data-v-09c4d5fa]:focus {
  border-color: #662d91;
  outline: none;
  box-shadow: 0 0 0 3px rgba(102, 45, 145, 0.15);
}

.merchant-notes__actions[data-v-09c4d5fa] {
  display: flex;
  justify-content: flex-end;
}

.merchant-notes__submit[data-v-09c4d5fa] {
  background-color: #662d91;
  border: none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  padding: 0.45rem 1rem;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.merchant-notes__submit[disabled][data-v-09c4d5fa] {
  opacity: 0.6;
  cursor: not-allowed;
}

.merchant-notes__submit[data-v-09c4d5fa]:not([disabled]):hover {
  background-color: #7c41c4;
}

.merchant-notes__error[data-v-09c4d5fa] {
  color: #b91c1c;
  font-size: 0.85rem;
  margin: 0;
}

.merchant-notes__success[data-v-09c4d5fa] {
  color: #047857;
  font-size: 0.85rem;
  margin: 0;
}

.merchant-notes__list[data-v-09c4d5fa] {
  flex: 1;
  overflow-y: auto;
}

.merchant-notes__empty[data-v-09c4d5fa] {
  color: #6b7280;
  font-size: 0.85rem;
  margin: 0;
}

.merchant-notes__item[data-v-09c4d5fa] {
  border-bottom: 1px solid #e5e7eb;
  padding: 0.5rem 0;
}

.merchant-notes__item[data-v-09c4d5fa]:last-child {
  border-bottom: none;
}

.merchant-notes__meta[data-v-09c4d5fa] {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  color: #6b7280;
}

.merchant-notes__author[data-v-09c4d5fa] {
  font-weight: 600;
  color: #111827;
}

.merchant-notes__badge[data-v-09c4d5fa] {
  background-color: #ede9fe;
  color: #5b21b6;
  border-radius: 999px;
  padding: 0.1rem 0.55rem;
  font-weight: 600;
}

.merchant-notes__time[data-v-09c4d5fa] {
  margin-left: auto;
}

.merchant-notes__body[data-v-09c4d5fa] {
  margin: 0.35rem 0 0;
  white-space: pre-wrap;
  font-size: 0.9rem;
  color: #1f2937;
}

@media (max-width: 768px) {
  .merchant-notes__panel[data-v-09c4d5fa] {
    width: 100%;
    max-width: 320px;
  }
}
.hubspot-popup-overlay[data-v-4c50d9ac] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.55);
  z-index: 2000;
  padding: 16px;
}

.hubspot-popup-card[data-v-4c50d9ac] {
  background: #ffffff;
  border-radius: 8px;
  max-width: 480px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  padding: 24px 24px 32px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

.hubspot-popup-close[data-v-4c50d9ac] {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 1.75rem;
  line-height: 1;
  color: #333;
}

.hubspot-popup-title[data-v-4c50d9ac] {
  margin-bottom: 8px;
  font-size: 1.5rem;
  font-weight: 600;
}

.hubspot-popup-description[data-v-4c50d9ac] {
  margin-bottom: 16px;
  color: #555;
}

@media (max-width: 480px) {
  .hubspot-popup-card[data-v-4c50d9ac] {
    padding: 20px 18px 28px;
  }

  .hubspot-popup-close[data-v-4c50d9ac] {
    top: 8px;
    right: 8px;
  }
}
@media(min-width:960px){
  #search-query {
    margin-bottom: 8px;
  }
}
.product-parent-inventory[data-v-5d4d5a32] {
  .inventory-qty {
    cursor: move;
    padding: 5px;
    background: #f8f9fa;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 3px;
  }
  .droppable {
    min-width: 100px;
    vertical-align: middle;
  }
  .droppable:hover {
    background: #e9ecef;
  }
}
.totals-panel[data-v-1bdab2b9] {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  background: #ffffff;
  padding: 15px;
}

.totals-panel .form-group[data-v-1bdab2b9] {
  margin-bottom: 0.75rem;
}

.totals-panel .btn[data-v-1bdab2b9] {
  width: 100%;
}
.payroll-divider td[data-v-0cc15a7b]{
  border-top:3px solid #000 !important;
}
.overtime-row[data-v-0cc15a7b]{
  background:#ffecec;
  color:#c20000;
  font-weight:bold;
}
.payroll-divider td[data-v-5750ddd4]{
  border-top: 3px solid #000 !important;
}
.overtime-row td[data-v-5750ddd4]{
  background:#ffecec;
  color:#c20000;
  font-weight:bold;
}
/* line 299, stdin */
.main-panel .main-content {
  padding-left: 60px; }
/* line 3503, stdin */
.column-config-wrapper {
  position: relative; }

/* line 3507, stdin */
.column-configurator {
  position: absolute;
  top: 45px;
  right: 0;
  width: 260px;
  z-index: 20;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }

/* line 3516, stdin */
.column-configurator .column-config-loading {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  color: #6c757d; }

/* line 3523, stdin */
.column-configurator .column-config-spinner {
  width: 0.9rem;
  height: 0.9rem;
  border: 0.15rem solid rgba(102, 45, 145, 0.2);
  border-top-color: #662d91;
  border-radius: 50%;
  margin-right: 0.5rem;
  animation: column-config-spin 0.75s linear infinite; }

@keyframes column-config-spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

/* line 3542, stdin */
.column-configurator .card-body {
  max-height: 320px;
  overflow-y: auto; }

/* line 3547, stdin */
.column-configurator .custom-control {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0.35rem; }

/* line 3554, stdin */
.column-configurator .custom-control-input {
  position: static;
  z-index: auto;
  opacity: 1;
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
  flex-shrink: 0; }

/* line 3564, stdin */
.column-configurator .custom-control-label {
  margin-bottom: 0;
  cursor: pointer;
  flex: 1;
  line-height: 1.2; }

/* line 3570, stdin */
.column-config-option {
  align-items: center; }

/* line 3573, stdin */
.column-config-option .column-config-actions {
  display: flex;
  align-items: center;
  margin-left: auto; }

/* line 3578, stdin */
.column-config-option .column-config-order {
  font-size: 0.75rem;
  color: #6c757d;
  margin-right: 0.35rem;
  min-width: 1.5rem;
  text-align: right; }

/* line 3585, stdin */
.column-config-option .column-config-move {
  padding: 0.125rem 0.25rem;
  margin: 0;
  line-height: 1; }

/* line 3590, stdin */
.column-config-option .column-config-move + .column-config-move {
  margin-left: 0.15rem; }

/* line 3593, stdin */
.column-config-option .column-config-move:disabled {
  opacity: 0.35;
  pointer-events: none; }

/* line 3598, stdin */
.column-config-section-title {
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 0.25rem; }

/* line 3604, stdin */
.column-config-trigger {
  display: flex;
  justify-content: center;
  align-items: center; }
.chat-app[data-v-1e76dc17] {
  display: flex;
  flex-direction: row;
  min-height: 600px;
  height: clamp(600px, calc(100vh - 10rem), 100vh);
  position: relative;
}

.chat-sidebar[data-v-1e76dc17] {
  width: 260px;
  border-right: 1px solid #e4e7ed;
  display: flex;
  flex-direction: column;
  background: #f9fafc;
  max-height: 100%;
  min-height: 0;
  overflow: hidden;
}

.chat-sidebar-backdrop[data-v-1e76dc17] {
  display: none;
}

.chat-sidebar-header[data-v-1e76dc17] {
  padding: 1rem;
  border-bottom: 1px solid #e4e7ed;
}

.chat-sidebar-header-actions[data-v-1e76dc17] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.chat-sidebar-header-actions .btn.btn-block[data-v-1e76dc17] {
  flex: 1;
}

.chat-sidebar-close[data-v-1e76dc17] {
  display: none;
  padding: 0.25rem;
}

.chat-sidebar-body[data-v-1e76dc17] {
  flex: 1;
  overflow-y: auto;
  padding: 0.5rem 0.75rem;
}

.chat-sidebar-empty[data-v-1e76dc17] {
  padding: 1rem;
  text-align: center;
}

.chat-session-item[data-v-1e76dc17] {
  padding: 0.75rem;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.chat-session-item[data-v-1e76dc17]:hover {
  background: #eceff7;
}

.chat-session-item.active[data-v-1e76dc17] {
  background: #dfe7ff;
}

.chat-session-title[data-v-1e76dc17] {
  font-weight: 600;
  color: #303133;
}

.chat-session-meta[data-v-1e76dc17] {
  font-size: 0.75rem;
  color: #909399;
}

.chat-main[data-v-1e76dc17] {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background: #ffffff;
  min-height: 0;
  overflow: hidden;
}

.chat-empty-state[data-v-1e76dc17] {
  margin: auto;
  text-align: center;
}

.chat-conversation[data-v-1e76dc17] {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.chat-messages[data-v-1e76dc17] {
  flex: 1;
  overflow-y: auto;
  padding-right: 0.5rem;
  padding-bottom: 1.5rem;
}

.chat-message[data-v-1e76dc17] {
  max-width: 75%;
  margin-bottom: 1rem;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  background: #f5f7fa;
  color: #303133;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.chat-message.user[data-v-1e76dc17] {
  margin-left: auto;
  background: #3f51b5;
  color: #ffffff;
}

.chat-message.assistant[data-v-1e76dc17] {
  margin-right: auto;
  background: #ffffff;
  border: 1px solid #e4e7ed;
}

.chat-message-role[data-v-1e76dc17] {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  opacity: 0.6;
}

.chat-message-content[data-v-1e76dc17] {
  line-height: 1.5;
}

.chat-message-content p[data-v-1e76dc17] {
  margin-bottom: 0.75rem;
}

.chat-message-content p[data-v-1e76dc17]:last-child {
  margin-bottom: 0;
}

.chat-table-wrapper[data-v-1e76dc17] {
  overflow-x: auto;
  margin-bottom: 1rem;
}

.chat-dataset-view[data-v-1e76dc17] {
  margin-bottom: 1rem;
}

.chat-table[data-v-1e76dc17] {
  width: 100%;
  border-collapse: collapse;
}

.chat-table th[data-v-1e76dc17],
.chat-table td[data-v-1e76dc17] {
  border: 1px solid #dcdfe6;
  padding: 0.5rem 0.75rem;
  vertical-align: top;
}

.chat-table thead[data-v-1e76dc17] {
  background: #f5f7fa;
  font-weight: 600;
}

.chat-table-meta[data-v-1e76dc17] {
  font-size: 0.75rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
}

.chat-table-toolbar[data-v-1e76dc17] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}

.chat-table-summary[data-v-1e76dc17] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.chat-table-pagination[data-v-1e76dc17] {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.chat-table-button[data-v-1e76dc17] {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid #dcdfe6;
  background: #ffffff;
  color: #4b5563;
  padding: 0.25rem 0.6rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 1.2;
}

.chat-table-button i[data-v-1e76dc17] {
  font-size: 0.85rem;
}

.chat-table-button.loading[data-v-1e76dc17],
.chat-table-button[disabled][data-v-1e76dc17] {
  opacity: 0.6;
  cursor: not-allowed;
}

.chat-table-actions[data-v-1e76dc17] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.chat-table-download span[data-v-1e76dc17] {
  font-weight: 600;
}

.chat-table-status[data-v-1e76dc17] {
  font-size: 0.75rem;
  color: #4b5563;
  margin-bottom: 0.5rem;
  display: none;
}

.chat-table-status.is-visible[data-v-1e76dc17] {
  display: block;
}

.chat-table-status.is-error[data-v-1e76dc17] {
  color: #c53030;
}

.chat-table-error[data-v-1e76dc17] {
  padding: 0.75rem;
  background: #fff5f5;
  border: 1px solid #fecaca;
  color: #c53030;
  border-radius: 4px;
}

.chat-input[data-v-1e76dc17] {
  position: sticky;
  bottom: 0;
  border-top: 1px solid #ebeef5;
  padding-top: 1rem;
  background: #ffffff;
  margin-top: 1rem;
  z-index: 2;
}

.chat-input textarea[data-v-1e76dc17] {
  resize: vertical;
}

.chat-input-actions[data-v-1e76dc17] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.75rem;
}

.chat-mobile-header[data-v-1e76dc17] {
  display: none;
}

.chat-message.loading[data-v-1e76dc17] {
  display: flex;
  align-items: center;
}

.chat-message.loading .chat-message-content[data-v-1e76dc17] {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.dot[data-v-1e76dc17] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3f51b5;
  opacity: 0.6;
  animation: bounce 1s infinite ease-in-out;
}

.assistant .dot[data-v-1e76dc17] {
  background: #3f51b5;
}

.dot-2[data-v-1e76dc17] {
  animation-delay: 0.2s;
}

.dot-3[data-v-1e76dc17] {
  animation-delay: 0.4s;
}

@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

@media (max-width: 992px) {
  .chat-app[data-v-1e76dc17] {
    flex-direction: column;
    min-height: 100vh;
    height: auto;
  }

  .chat-sidebar[data-v-1e76dc17] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: min(320px, 85%);
    max-width: 320px;
    border-right: 1px solid #e4e7ed;
    border-bottom: none;
    box-shadow: 2px 0 12px rgba(15, 23, 42, 0.18);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1050;
  }

  .chat-sidebar.is-open[data-v-1e76dc17] {
    transform: translateX(0);
  }

  .chat-sidebar-backdrop[data-v-1e76dc17] {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    z-index: 1040;
  }

  .chat-main[data-v-1e76dc17] {
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
  }

  .chat-mobile-header[data-v-1e76dc17] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
  }

  .chat-sidebar-close[data-v-1e76dc17] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .chat-mobile-header .chat-sidebar-toggle[data-v-1e76dc17] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }

  .chat-conversation[data-v-1e76dc17] {
    flex: 1;
    min-height: 0;
  }

  .chat-messages[data-v-1e76dc17] {
    padding-right: 0;
    padding-bottom: 1rem;
  }

  .chat-input[data-v-1e76dc17] {
    padding-bottom: env(safe-area-inset-bottom, 0);
  }
}
/* line 383, stdin */
.form-group {
  padding-left: 20px; }
/* line 127, stdin */
.form-group {
  padding-left: 20px; }
/* line 750, stdin */
.form-group {
  padding-left: 20px; }
/* line 705, stdin */
.qty {
  width: 45px; }
/* line 961, stdin */
.column-config-wrapper {
  position: relative; }

/* line 965, stdin */
.column-configurator {
  position: absolute;
  top: 45px;
  right: 0;
  width: 260px;
  z-index: 20;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }

/* line 974, stdin */
.column-configurator .column-config-loading {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  color: #6c757d; }

/* line 981, stdin */
.column-configurator .column-config-spinner {
  width: 0.9rem;
  height: 0.9rem;
  border: 0.15rem solid rgba(102, 45, 145, 0.2);
  border-top-color: #662d91;
  border-radius: 50%;
  margin-right: 0.5rem;
  animation: column-config-spin 0.75s linear infinite; }

@keyframes column-config-spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

/* line 1000, stdin */
.column-configurator .card-body {
  max-height: 320px;
  overflow-y: auto; }

/* line 1005, stdin */
.column-configurator .custom-control {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0.35rem; }

/* line 1012, stdin */
.column-configurator .custom-control-input {
  position: static;
  z-index: auto;
  opacity: 1;
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
  flex-shrink: 0; }

/* line 1022, stdin */
.column-configurator .custom-control-label {
  margin-bottom: 0;
  cursor: pointer;
  flex: 1;
  line-height: 1.2; }

/* line 1028, stdin */
.column-config-option {
  align-items: center; }

/* line 1031, stdin */
.column-config-option .column-config-actions {
  display: flex;
  align-items: center;
  margin-left: auto; }

/* line 1036, stdin */
.column-config-option .column-config-order {
  font-size: 0.75rem;
  color: #6c757d;
  margin-right: 0.35rem;
  min-width: 1.5rem;
  text-align: right; }

/* line 1043, stdin */
.column-config-option .column-config-move {
  padding: 0.125rem 0.25rem;
  margin: 0;
  line-height: 1; }

/* line 1048, stdin */
.column-config-option .column-config-move + .column-config-move {
  margin-left: 0.15rem; }

/* line 1051, stdin */
.column-config-option .column-config-move:disabled {
  opacity: 0.35;
  pointer-events: none; }

/* line 1056, stdin */
.column-config-section-title {
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 0.25rem; }

/* line 1062, stdin */
.column-config-trigger {
  display: flex;
  justify-content: center;
  align-items: center; }