/**
 * Seller UI – shared styles for seller panel sections and pages.
 * Expects #content.seller-dashboard on the main content wrapper.
 * Use #content.seller-dashboard.business-profile for business-profile–specific overrides.
 */

/* Make all attachBox elements the same height */
#uploadAttachments .row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}
#uploadAttachments .file-cards-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 16px;
  margin-left: 0;
  margin-right: 0;
}
#uploadAttachments .file-cards-row .col-file-card {
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
}

#uploadAttachments .row > div,
#uploadAttachments .file-cards-row > div {
  display: flex;
}

#uploadAttachments .attachBox {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
}

#uploadAttachments .attachBox .left-details {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#uploadAttachments .attachBox .left-details h5 {
  margin-bottom: 5px;
}

/* Business Profile – profile header card */
#content.seller-dashboard .business-profile-header {
  background: #fff;
  border-radius: 14px;
  padding: 24px 28px;
  box-shadow: 0 2px 14px rgba(0,0,0,0.06);
  margin-bottom: 24px;
}
#content.seller-dashboard .business-profile-header .profile-avatar {
  width: 96px;
  height: 96px;
  border-radius: 14px;
  object-fit: cover;
  border: 3px solid rgba(54,89,83,0.15);
}
#content.seller-dashboard .business-profile-header .profile-company {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2A2925;
  margin-bottom: 6px;
}
#content.seller-dashboard .business-profile-header .profile-meta {
  font-size: 14px;
  color: #5a5a5a;
  margin-bottom: 2px;
}
#content.seller-dashboard .business-profile-header .profile-meta a {
  color: #365953;
  text-decoration: none;
  font-weight: 500;
}
#content.seller-dashboard .business-profile-header .profile-meta a:hover {
  text-decoration: underline;
}
#content.seller-dashboard .business-profile-header .status-badge {
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  border: none;
}
#content.seller-dashboard .business-profile-header .profile-status-cell {
  align-self: flex-start;
}
#content.seller-dashboard.business-profile .dashboard-section-desc {
  margin-bottom: 8px;
}

/* Accordions – material shadow and spacing */
#content.seller-dashboard .accordion-item.material-shadow {
  background: #fff;
  border: none;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  overflow: hidden;
  margin-bottom: 16px;
}
#content.seller-dashboard .accordion-item.material-shadow .accordion-button {
  background: #f8f9fa !important;
  padding: 16px 20px;
  font-size: 1rem;
  border: none;
  min-height: 72px;
}
#content.seller-dashboard .accordion-item.material-shadow .accordion-button:not(.collapsed) {
  background: #f0f2f4 !important;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.06);
}
#content.seller-dashboard .accordion-item.material-shadow .accordion-button .fa-bars {
  font-size: 18px;
  color: #365953;
  opacity: 0.8;
}
#content.seller-dashboard .accordion-item.material-shadow .accordion-body:not(.p-0) {
  padding: 20px;
}
#content.seller-dashboard .accordion-item.material-shadow .accordion-button {
  display: flex;
  align-items: center;
}
#content.seller-dashboard .accordion-item.material-shadow .accordion-button > .text-left {
  flex: 1;
  min-width: 0;
  margin-right: 16px;
}
#content.seller-dashboard .accordion-item.material-shadow .accordion-button .text-left p {
  margin-top: 4px;
  margin-bottom: 0;
}
#content.seller-dashboard .accordion-item.material-shadow .accordion-button > .fa-bars {
  flex-shrink: 0;
}

/* Tables in accordions */
#content.seller-dashboard .accordion-body .table {
  font-size: 13px;
}
#content.seller-dashboard .accordion-body .table thead th {
  background: #f5f6f7;
  font-weight: 600;
  color: #2A2925;
  padding: 12px 14px;
  border-color: #eaecee;
}
#content.seller-dashboard .accordion-body .table tbody td {
  padding: 12px 14px;
  vertical-align: middle;
  line-height: 1.45;
}
#content.seller-dashboard .accordion-body .table-bordered {
  border-radius: 10px;
  overflow: hidden;
}
/* Table status columns – smaller tags */
#content.seller-dashboard .accordion-body .table .table-status-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
}
#content.seller-dashboard .accordion-body .table .table-status-tag--success {
  background: #ecfdf5;
  color: #16a34a;
}
#content.seller-dashboard .accordion-body .table .table-status-tag--danger {
  background: #fef2f2;
  color: #dc3545;
}
#content.seller-dashboard .accordion-body .table .table-status-tag--warning {
  background: #fffbeb;
  color: #d97706;
}
#content.seller-dashboard .accordion-body .table .table-status-tag--secondary {
  background: #f3f4f6;
  color: #6b7280;
}
#content.seller-dashboard .accordion-body .table .table-status-tag--dark {
  background: #2A2925;
  color: #fff;
}
#content.seller-dashboard .accordion-body .table .table-status-tag--muted {
  background: #fce7f3;
  color: #be185d;
}
#content.seller-dashboard .accordion-body .table td .table-status-tag {
  vertical-align: middle;
}

/* ========== Table action dropdowns ========== */
#content.seller-dashboard .accordion-body .theme-dropdown {
  position: relative;
  display: inline-block;
}
#content.seller-dashboard .accordion-body .theme-dropdown .card-info-toggle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 8px;
  color: #5a5a5a;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
#content.seller-dashboard .accordion-body .theme-dropdown .card-info-toggle-btn:hover {
  background: #f0f2f4;
  color: #2A2925;
}
#content.seller-dashboard .accordion-body .theme-dropdown .card-info-toggle-btn i {
  font-size: 16px;
}
#content.seller-dashboard .accordion-body .theme-dropdown-list {
  min-width: 160px;
  width: auto !important;
  padding: 6px 0 !important;
  margin: 4px 0 0 0 !important;
  left: 0;
  right: auto;
  background: #fff !important;
  border: 1px solid #eaecee !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
  z-index: 1050;
}
#content.seller-dashboard .accordion-body .theme-dropdown-list li {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  border-bottom: none !important;
  background: none !important;
  border-radius: 0 !important;
}
#content.seller-dashboard .accordion-body .theme-dropdown-list li:last-child {
  border-bottom: none !important;
}
#content.seller-dashboard .accordion-body .theme-dropdown-list li a {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 500;
  color: #2A2925;
  text-decoration: none;
  transition: background 0.15s ease;
}
#content.seller-dashboard .accordion-body .theme-dropdown-list li a:hover {
  background: #f5f6f7 !important;
  color: #2A2925;
}
#content.seller-dashboard .accordion-body .theme-dropdown-list li a .dropdown-item-icon {
  margin-right: 10px;
  font-size: 12px;
  color: #6b7280;
  width: 16px;
  text-align: center;
}
#content.seller-dashboard .accordion-body .theme-dropdown-list li a:hover .dropdown-item-icon {
  color: #365953;
}

/* Profile stats (Services, Products, etc.) */
#content.seller-dashboard #profileStats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
}
#content.seller-dashboard .profileStats {
  background: #fff !important;
  padding: 20px 20px 18px;
  border-radius: 12px;
  margin: 0;
  border: 1px solid #eaecee;
  text-align: center;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  min-height: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
#content.seller-dashboard .profileStats::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #365953;
  opacity: 0.35;
}
#content.seller-dashboard .profileStats:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  border-color: #dee0e3;
}
#content.seller-dashboard .profileStats h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2A2925;
  margin: 0 0 4px 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
#content.seller-dashboard .profileStats p {
  font-size: 12px;
  color: #6b7280;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
#content.seller-dashboard .profileStats .profileStats-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 16px;
  color: #365953;
  background: rgba(54,89,83,0.1);
}
#content.seller-dashboard .profileStats a.btn {
  min-width: 100px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 13px;
  margin-top: 12px;
}
/* Optional stat accent variants */
#content.seller-dashboard .profileStats.profileStats--success::before { background: #16a34a; opacity: 0.4; }
#content.seller-dashboard .profileStats.profileStats--warning::before { background: #d97706; opacity: 0.4; }
#content.seller-dashboard .profileStats.profileStats--danger::before { background: #dc3545; opacity: 0.4; }
#content.seller-dashboard .profileStats.profileStats--muted::before { background: #6b7280; opacity: 0.35; }

/* Section title before accordions */
#content.seller-dashboard .profile-overview-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2A2925;
  margin: 0 0 20px 0;
}

/* ========== FILES section – document cards ========== */
#content.seller-dashboard #uploadAttachments .attachBox {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 16px !important;
  border: 1px solid #e8eaed !important;
  border-radius: 12px !important;
  border-left: 4px solid #e8eaed !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  background: #fff !important;
  min-height: 160px;
  transition: box-shadow 0.2s ease;
}
#content.seller-dashboard #uploadAttachments .attachBox:hover {
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}
#content.seller-dashboard #uploadAttachments .attachBox.success {
  border-left-color: #22c55e !important;
  border-color: #e8eaed !important;
}
#content.seller-dashboard #uploadAttachments .attachBox.danger {
  border-left-color: #dc3545 !important;
  border-color: #e8eaed !important;
}
#content.seller-dashboard #uploadAttachments .attachBox .left-attach-icon {
  float: none !important;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  flex-shrink: 0;
}
#content.seller-dashboard #uploadAttachments .attachBox.success .left-attach-icon {
  background: #ecfdf5;
  color: #22c55e;
}
#content.seller-dashboard #uploadAttachments .attachBox.danger .left-attach-icon {
  background: #fef2f2;
  color: #dc3545;
}
#content.seller-dashboard #uploadAttachments .attachBox .left-attach-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
#content.seller-dashboard #uploadAttachments .attachBox .left-attach-icon i {
  font-size: 1.25rem;
}
#content.seller-dashboard #uploadAttachments .attachBox .left-details {
  float: none !important;
  padding: 0 !important;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#content.seller-dashboard #uploadAttachments .attachBox .left-details h5 {
  font-size: 14px !important;
  font-weight: 600;
  color: #2A2925;
  margin-bottom: 8px;
  line-height: 1.3;
}
#content.seller-dashboard #uploadAttachments .file-status {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 8px;
}
#content.seller-dashboard #uploadAttachments .file-status--ok {
  background: #ecfdf5;
  color: #16a34a;
}
#content.seller-dashboard #uploadAttachments .file-status--missing {
  background: #fef2f2;
  color: #dc3545;
}
#content.seller-dashboard #uploadAttachments .attachBox .left-details .file-card-view {
  font-size: 13px;
  font-weight: 500;
  color: #365953;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
#content.seller-dashboard #uploadAttachments .attachBox .left-details .file-card-view:hover {
  color: #2d4a45;
  text-decoration: underline;
}

/* Business details – rejected sections (red) and pending (dark) */
#content.seller-dashboard.business-details .info-display-box.danger,
#content.seller-dashboard.business-details .info-display-box.input-box.danger {
  border-left: 4px solid #dc3545 !important;
  border-right: 15px solid #dc3545 !important;
}
#content.seller-dashboard.business-details .attachBox.danger {
  border-left: 4px solid #dc3545 !important;
}
#content.seller-dashboard.business-details .info-display-box.dark-md,
#content.seller-dashboard.business-details .info-display-box.input-box.dark-md {
  border-left: 4px solid rgba(0,0,0,0.25) !important;
  border-right: 15px solid #000 !important;
}

#content.seller-dashboard #uploadAttachments .attachBox .left-details h6 {
  color: inherit !important;
  text-decoration: none !important;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}
#content.seller-dashboard #uploadAttachments .attachBox .left-details h6 a {
  color: #365953;
  text-decoration: none;
}
#content.seller-dashboard #uploadAttachments .attachBox .left-details h6 a:hover {
  text-decoration: underline;
}

/* ========== Approved Categories listing ========== */
#content.seller-dashboard .approved-categories-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#content.seller-dashboard .approved-categories-list .category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 14px 18px;
  background: #f8f9fa;
  border: 1px solid #eaecee;
  border-radius: 10px;
  transition: background 0.2s ease, border-color 0.2s ease;
}
#content.seller-dashboard .approved-categories-list .category-item:hover {
  background: #f0f2f4;
  border-color: #dee0e3;
}
#content.seller-dashboard .approved-categories-list .category-item .category-name {
  font-size: 15px;
  font-weight: 600;
  color: #2A2925;
  margin: 0;
  line-height: 1.4;
}
#content.seller-dashboard .approved-categories-list .category-item .category-notes {
  font-size: 13px;
  color: #6b7280;
  margin: 4px 0 0 0;
  line-height: 1.4;
}
#content.seller-dashboard .approved-categories-list .category-item .category-status {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 999px;
}
#content.seller-dashboard .approved-categories-list .category-item .category-status--approved {
  background: #ecfdf5;
  color: #16a34a;
}
#content.seller-dashboard .approved-categories-list .category-item .category-status--rejected {
  background: #fef2f2;
  color: #dc3545;
}
#content.seller-dashboard .approved-categories-list .category-item .category-status--pending {
  background: #fffbeb;
  color: #d97706;
}
#content.seller-dashboard .approved-categories-list .approved-categories-empty {
  text-align: center;
  padding: 32px 24px;
  background: #f8f9fa;
  border: 1px dashed #dee0e3;
  border-radius: 10px;
  color: #6b7280;
  font-size: 14px;
}

/* ========== Business Details – detail page (read-only view) ========== */
#content.seller-dashboard.business-details .detail-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
#content.seller-dashboard.business-details .detail-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid #eaecee;
  gap: 8px 16px;
}
#content.seller-dashboard.business-details .detail-row:last-child {
  border-bottom: none;
}
#content.seller-dashboard.business-details .detail-label {
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  min-width: 140px;
  flex-shrink: 0;
}
#content.seller-dashboard.business-details .detail-value {
  font-size: 14px;
  color: #2A2925;
  flex: 1;
  min-width: 0;
}
#content.seller-dashboard.business-details .detail-value a {
  color: #365953;
  text-decoration: none;
  font-weight: 500;
}
#content.seller-dashboard.business-details .detail-value a:hover {
  text-decoration: underline;
}
#content.seller-dashboard.business-details .detail-section-title {
  font-size: 1rem;
  font-weight: 700;
  color: #2A2925;
  margin: 0 0 16px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #eaecee;
}
#content.seller-dashboard.business-details .detail-block {
  margin-bottom: 24px;
}
#content.seller-dashboard.business-details .detail-block:last-child {
  margin-bottom: 0;
}
#content.seller-dashboard.business-details .business-details-header {
  background: #fff;
  border-radius: 14px;
  padding: 24px 28px;
  box-shadow: 0 2px 14px rgba(0,0,0,0.06);
  margin-bottom: 24px;
}
#content.seller-dashboard.business-details .resubmit-card {
  background: #fffbeb;
  border: 1px solid #fcd34d;
  border-radius: 12px;
  padding: 20px 24px;
  margin-top: 24px;
}

/* Orders list – stats grid */
#content.seller-dashboard.orders-list #profileStats {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 14px;
}
#content.seller-dashboard.orders-list .profileStats {
  min-height: 82px;
  padding: 16px 14px 14px;
}
#content.seller-dashboard.orders-list .profileStats h4 {
  font-size: 1.35rem;
}
#content.seller-dashboard.orders-list .profileStats.profileStats--open::before { background: #d97706; opacity: 0.45; }
#content.seller-dashboard.orders-list .profileStats.profileStats--completed::before { background: #16a34a; opacity: 0.45; }
#content.seller-dashboard.orders-list .profileStats.profileStats--cancelled::before { background: #dc3545; opacity: 0.45; }

/* Orders list – Archive / Back to Active link */
#content.seller-dashboard.orders-list .btn-archive-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #365953;
  background: #fff;
  border: 1px solid #365953;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
#content.seller-dashboard.orders-list .btn-archive-link:hover {
  background: #365953;
  color: #fff;
  border-color: #365953;
  text-decoration: none;
}
#content.seller-dashboard.orders-list .btn-archive-link .mr-2 { margin-right: 8px; }

/* Orders list – dropdown: separator before archive/restore (same colors as other items) */
#content.seller-dashboard.orders-list .accordion-body .theme-dropdown-list li.dropdown-item-separator {
  border-top: 1px solid #eaecee !important;
  margin-top: 4px !important;
  padding-top: 4px !important;
}
#content.seller-dashboard.orders-list .accordion-body .theme-dropdown-list li a.dropdown-item--archive,
#content.seller-dashboard.orders-list .accordion-body .theme-dropdown-list li a.dropdown-item--unarchive {
  color: #2A2925;
  font-weight: 500;
}
#content.seller-dashboard.orders-list .accordion-body .theme-dropdown-list li a.dropdown-item--archive:hover,
#content.seller-dashboard.orders-list .accordion-body .theme-dropdown-list li a.dropdown-item--unarchive:hover {
  color: #2A2925;
  background: #f5f6f7 !important;
}
#content.seller-dashboard.orders-list .accordion-body .theme-dropdown-list li a.dropdown-item--archive .dropdown-item-icon,
#content.seller-dashboard.orders-list .accordion-body .theme-dropdown-list li a.dropdown-item--unarchive .dropdown-item-icon {
  color: #6b7280;
}
#content.seller-dashboard.orders-list .accordion-body .theme-dropdown-list li a.dropdown-item--archive:hover .dropdown-item-icon,
#content.seller-dashboard.orders-list .accordion-body .theme-dropdown-list li a.dropdown-item--unarchive:hover .dropdown-item-icon {
  color: #365953;
}

/* Orders list – pagination bar spacing */
#content.seller-dashboard.orders-list .orders-pagination-bar {
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding: 0 20px;
}
#content.seller-dashboard.orders-list .orders-pagination-info {
  font-size: 14px;
  flex-shrink: 0;
}
#content.seller-dashboard.orders-list .orders-pagination-bar .pagination {
  margin: 0;
  flex-shrink: 0;
  margin-left: auto;
}

/* Orders list – content row spacing */
#content.seller-dashboard.orders-list .orders-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

/* Orders list – search bar: title left, field right */
#content.seller-dashboard.orders-list .orders-search-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 14px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  margin-bottom: 14px;
}
#content.seller-dashboard.orders-list .orders-search-bar__label {
  font-size: 14px;
  font-weight: 600;
  color: #2A2925;
  margin: 0;
  flex-shrink: 0;
  white-space: nowrap;
}
#content.seller-dashboard.orders-list .orders-search-bar .orders-search-input-wrap {
  position: relative;
  flex: 0 0 auto;
  width: 360px;
  max-width: 100%;
  margin-left: auto;
}
#content.seller-dashboard.orders-list .orders-search-input,
#content.seller-dashboard.orders-list .orders-search-input-wrap .form-control {
  width: 100%;
  height: 38px;
  padding: 6px 36px 6px 12px;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #eaecee;
  background: #fff;
}
#content.seller-dashboard.orders-list .orders-search-input-wrap .filter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 1rem;
  color: #6b7280;
  pointer-events: none;
}
#content.seller-dashboard.orders-list .orders-list-accordion {
  margin-top: 0;
}

/* Orders list – empty state (no orders found) */
#content.seller-dashboard.orders-list .orders-empty-state-cell {
  vertical-align: middle;
  padding: 0 !important;
  border: none;
  background: #f8fafb;
}
#content.seller-dashboard.orders-list .orders-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 56px 32px;
  min-height: 280px;
}
#content.seller-dashboard.orders-list .orders-empty-state__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(54, 89, 83, 0.08);
  color: #365953;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
#content.seller-dashboard.orders-list .orders-empty-state__icon i {
  font-size: 2rem;
  opacity: 0.9;
}
#content.seller-dashboard.orders-list .orders-empty-state__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2A2925;
  margin: 0 0 8px 0;
  line-height: 1.35;
}
#content.seller-dashboard.orders-list .orders-empty-state__text {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
  max-width: 360px;
  line-height: 1.5;
}

/* ========== Logout confirmation modal – modern style ========== */
.logout-modal .modal-dialog {
  max-width: 520px;
  width: 92%;
  margin: 1.75rem auto;
}
.logout-modal__content {
  border: none;
  border-radius: 16px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  min-height: 320px;
  display: flex;
  flex-direction: column;
}
.logout-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 28px 20px;
  flex-shrink: 0;
}
.logout-modal__title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #2A2925;
  margin: 0;
  line-height: 1.3;
  flex: 1;
  min-width: 0;
}
.logout-modal__close {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0 0 0 auto;
  border-radius: 50%;
  background: #f3f4f6 !important;
  background-image: none !important;
  opacity: 0.9;
  transition: background 0.2s ease, opacity 0.2s ease;
  position: relative;
  border: none;
  overflow: visible;
  text-indent: 0;
  font-size: 0;
}
.logout-modal__close::before {
  content: "×";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  line-height: 1;
  color: #374151;
  font-weight: 300;
  font-family: system-ui, -apple-system, sans-serif;
}
.logout-modal__close:hover {
  background: #e5e7eb !important;
  opacity: 1;
}
.logout-modal__close:hover::before {
  color: #1f2937;
}
.logout-modal__body {
  padding: 28px 32px 28px;
  text-align: center;
  flex: 1;
}
.logout-modal__icon-wrap {
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: rgba(54, 89, 83, 0.1);
  color: #365953;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logout-modal__icon {
  font-size: 2rem;
}
.logout-modal__text {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.55;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.logout-modal__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 32px 32px;
  flex-shrink: 0;
}
.logout-modal__btn-cancel {
  padding: 11px 22px;
  font-size: 15px;
  font-weight: 600;
  color: #6b7280;
  background: #f3f4f6;
  border: none;
  border-radius: 10px;
  transition: background 0.2s ease, color 0.2s ease;
}
.logout-modal__btn-cancel:hover {
  background: #e5e7eb;
  color: #374151;
}
.logout-modal__btn-confirm {
  padding: 11px 22px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: #365953;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.1s ease;
}
.logout-modal__btn-confirm:hover {
  background: #2d4a45;
  color: #fff;
}

/* ========== Business Timings – full page ========== */
#content.seller-dashboard.business-timings .dashboard-page-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2A2925;
}
#content.seller-dashboard.business-timings .dashboard-page-desc a {
  color: #365953;
}
#content.seller-dashboard.business-timings .dashboard-page-desc a:hover {
  text-decoration: underline;
}

/* Section titles */
#content.seller-dashboard.business-timings .business-timings-section-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2A2925;
  margin-bottom: 4px;
}
#content.seller-dashboard.business-timings .business-timings-section-desc {
  font-size: 14px;
  color: #6b7280;
}

/* Business Tiles (Manage Time, User Time Allocation) */
#content.seller-dashboard.business-timings .business-timings-tile {
  background: #fff;
  border: 1px solid #eaecee;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  overflow: hidden;
  height: 100%;
  transition: box-shadow 0.2s ease;
}
#content.seller-dashboard.business-timings .business-timings-tile:hover {
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}
#content.seller-dashboard.business-timings .business-timings-tile__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
#content.seller-dashboard.business-timings .business-timings-tile__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(54, 89, 83, 0.1);
  color: #365953;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 14px;
}
#content.seller-dashboard.business-timings .business-timings-tile__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2A2925;
  margin: 0 0 6px 0;
  line-height: 1.3;
}
#content.seller-dashboard.business-timings .business-timings-tile__text {
  font-size: 14px;
  color: #6b7280;
  margin: 0 0 18px 0;
  line-height: 1.45;
  flex: 1;
}
#content.seller-dashboard.business-timings .business-timings-tile__btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #365953;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.2s ease;
}
#content.seller-dashboard.business-timings .business-timings-tile__btn:hover {
  background: #2d4a45;
  color: #fff;
}

/* Active Business Hours table */
#content.seller-dashboard.business-timings .business-timings-table-wrap {
  overflow-x: auto;
}
#content.seller-dashboard.business-timings .business-timings-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
#content.seller-dashboard.business-timings .business-timings-table thead th {
  background: #f8f9fa;
  color: #2A2925;
  font-weight: 600;
  padding: 14px 16px;
  text-align: left;
  border-bottom: 2px solid #eaecee;
}
#content.seller-dashboard.business-timings .business-timings-table tbody td {
  padding: 14px 16px;
  border-bottom: 1px solid #eaecee;
  color: #374151;
}
#content.seller-dashboard.business-timings .business-timings-table tbody tr:last-child td {
  border-bottom: none;
}
#content.seller-dashboard.business-timings .business-timings-table tbody tr:hover {
  background: #fafafa;
}
#content.seller-dashboard.business-timings .business-timings-table__active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #dcfce7;
  color: #16a34a;
  font-size: 12px;
}

/* Active Users with Timings – user list */
#content.seller-dashboard.business-timings .business-timings-user-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 0;
}
#content.seller-dashboard.business-timings .business-timings-user-card {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px 28px;
  padding: 18px 22px;
  background: #fff;
  border: 1px solid #eaecee;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  min-height: 88px;
}
#content.seller-dashboard.business-timings .business-timings-user-card__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  background: #2A2925;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  flex-shrink: 0;
}
#content.seller-dashboard.business-timings .business-timings-user-card__avatar {
  flex-shrink: 0;
}
#content.seller-dashboard.business-timings .business-timings-user-card__avatar-img {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  object-fit: cover;
}
#content.seller-dashboard.business-timings .business-timings-user-card__name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  width: 160px;
  flex-shrink: 0;
}
#content.seller-dashboard.business-timings .business-timings-user-card__name-text {
  font-size: 15px;
  font-weight: 600;
  color: #2A2925;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content.seller-dashboard.business-timings .business-timings-user-card__userid {
  font-size: 13px;
  color: #6b7280;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content.seller-dashboard.business-timings .business-timings-user-card__email,
#content.seller-dashboard.business-timings .business-timings-user-card__allocation,
#content.seller-dashboard.business-timings .business-timings-user-card__field {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
}
#content.seller-dashboard.business-timings .business-timings-user-card__email {
  width: 260px;
  min-width: 220px;
  flex-shrink: 0;
}
#content.seller-dashboard.business-timings .business-timings-user-card__label {
  font-size: 11px;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
#content.seller-dashboard.business-timings .business-timings-user-card__link {
  font-size: 13px;
  color: #365953;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
#content.seller-dashboard.business-timings .business-timings-user-card__link:hover {
  text-decoration: underline;
}
#content.seller-dashboard.business-timings .business-timings-user-card__value {
  font-size: 13px;
  color: #2A2925;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#content.seller-dashboard.business-timings .business-timings-user-card__value--muted {
  color: #9ca3af;
  font-weight: 400;
}
/* Time Allocation: no fixed height, content expands naturally; each entry on one line */
#content.seller-dashboard.business-timings .business-timings-user-card__allocation-list {
  font-size: 13px;
  color: #2A2925;
  line-height: 1.45;
}
#content.seller-dashboard.business-timings .business-timings-user-card__allocation-item {
  padding: 2px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#content.seller-dashboard.business-timings .business-timings-user-card__allocation-item--muted {
  color: #9ca3af;
  font-weight: 400;
}
#content.seller-dashboard.business-timings .business-timings-user-card__allocation {
  width: 300px;
  min-width: 260px;
  flex-shrink: 0;
}
#content.seller-dashboard.business-timings .business-timings-user-card__field {
  width: 140px;
  min-width: 120px;
  flex-shrink: 0;
}
#content.seller-dashboard.business-timings .business-timings-empty {
  padding: 40px 16px;
  font-size: 15px;
  color: #6b7280;
}
