/* ============================================
   eShop Plus Custom Styles
   ============================================ */

/* Statistic Charts */
.admin_statistic_chart {
  height: 300px;
}

/* App Settings */
.app_setting_image_box {
  width: 100px;
  height: 100px;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #e9ecef;
}

/* Category Styles */
.category_style_box {
  width: 80px;
  height: 80px;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
}

.category-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 0.375rem;
}

/* Attribute Styles */
.attribute_name,
.attribute_value {
  font-size: 0.875rem;
}

/* Filter Badges */
.reset_filter_button {
  display: none;
}

/* Affiliate Steps */
.affiliate_step {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 0.75rem;
  padding: 1.5rem;
}

/* Search seller */
.search_seller_category {
  max-width: 300px;
}

/* Export Button */
.export-btn {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
}

/* Tabs Content */
.nav-tabs .nav-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  border: none;
  padding: 0.75rem 1.25rem;
}

.nav-tabs .nav-link.active {
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
  background: transparent;
}

/* Repeater */
.categories-repeater .repeater-item {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

/* Restore variant icons */
.restore_variant {
  cursor: pointer;
  color: var(--success);
}

.delete_variant {
  cursor: pointer;
  color: var(--danger);
}
