/* Shared styles across all pages */

body {
  min-height: 100vh;
}
body .main-sidebar{
  min-height: 100vh !important;
}

/* Mobile: danh sách khách hàng dạng card */
.customer-cards-mobile .customer-card-mobile {
  border-left: 4px solid #007bff;
}
.customer-cards-mobile .customer-card-row {
  font-size: 0.9rem;
}
.customer-cards-mobile .customer-card-row .text-muted {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Bộ lọc danh sách khách hàng */
.customer-filter-form .input-group {
  max-width: 280px;
}
.customer-filter-form .input-group-append .btn {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .customer-filter-form {
    width: 100%;
  }
  .customer-filter-form .input-group {
    max-width: none;
    flex: 1;
  }
  .customer-filter-form .input-group input {
    min-width: 0 !important;
  }
}
